Skip to content

Commit

Permalink
Add platforms to Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
ikesyo committed Apr 12, 2019
1 parent 8ebce42 commit 5f4b96b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ import PackageDescription

let package = Package(
name: "APIKit",
platforms: [
.macOS(.v10_10), .iOS(.v8), .tvOS(.v9), .watchOS(.v2)
],
products: [
.library(name: "APIKit", targets: ["APIKit"]),
],
Expand Down

0 comments on commit 5f4b96b

Please sign in to comment.