We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ebce42 commit 5f4b96bCopy full SHA for 5f4b96b
1 file changed
Package.swift
@@ -3,6 +3,9 @@ import PackageDescription
3
4
let package = Package(
5
name: "APIKit",
6
+ platforms: [
7
+ .macOS(.v10_10), .iOS(.v8), .tvOS(.v9), .watchOS(.v2)
8
+ ],
9
products: [
10
.library(name: "APIKit", targets: ["APIKit"]),
11
],
0 commit comments