Only pod has these higher deployment requirements
This commit is contained in:
parent
b91033b26d
commit
55a65c55d5
@ -4,7 +4,7 @@ import PackageDescription
|
||||
|
||||
let pkg = Package(name: "PromiseKit")
|
||||
pkg.platforms = [
|
||||
.macOS(.v10_12), .iOS(.v10), .tvOS(.v10), .watchOS(.v2)
|
||||
.macOS(.v10_10), .iOS(.v8), .tvOS(.v9), .watchOS(.v2)
|
||||
]
|
||||
pkg.products = [
|
||||
.library(name: "PromiseKit", targets: ["PromiseKit"]),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user