|
|
@@ -26,10 +26,10 @@
|
|
|
import PackageDescription
|
|
|
|
|
|
let package = Package(name: "Alamofire",
|
|
|
- platforms: [.macOS(.v10_12),
|
|
|
- .iOS(.v10),
|
|
|
- .tvOS(.v10),
|
|
|
- .watchOS(.v3)],
|
|
|
+ platforms: [.macOS(.v10_13),
|
|
|
+ .iOS(.v11),
|
|
|
+ .tvOS(.v11),
|
|
|
+ .watchOS(.v4)],
|
|
|
products: [.library(name: "Alamofire",
|
|
|
targets: ["Alamofire"])],
|
|
|
targets: [.target(name: "Alamofire",
|