Skip to content

Commit 5f4b96b

Browse files
committed
Add platforms to Package.swift
1 parent 8ebce42 commit 5f4b96b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Package.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ import PackageDescription
33

44
let package = Package(
55
name: "APIKit",
6+
platforms: [
7+
.macOS(.v10_10), .iOS(.v8), .tvOS(.v9), .watchOS(.v2)
8+
],
69
products: [
710
.library(name: "APIKit", targets: ["APIKit"]),
811
],

0 commit comments

Comments
 (0)