Skip to content

Commit

Permalink
Only pod has these higher deployment requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Feb 1, 2019
1 parent b91033b commit 55a65c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package@swift-5.0.swift
Expand Up @@ -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"]),
Expand Down

0 comments on commit 55a65c5

Please sign in to comment.