Skip to content

Commit

Permalink
add iOS 11 platform (#118)
Browse files Browse the repository at this point in the history
Co-authored-by: Maxim Kolesnik <kolesnik@yandex-team.ru>
  • Loading branch information
makleso6 and Maxim Kolesnik committed Jun 29, 2022
1 parent 9e181d6 commit ffac7b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ import PackageDescription
let package = Package(
name: "routing-kit",
platforms: [
.macOS(.v10_15)
.macOS(.v10_15),
.iOS(.v11)
],
products: [
.library(name: "RoutingKit", targets: ["RoutingKit"]),
Expand Down

0 comments on commit ffac7b3

Please sign in to comment.