Skip to content

Commit

Permalink
Add support for iOS and tvOS
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBarba committed Aug 26, 2020
1 parent ebb7a20 commit 7a852e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ import PackageDescription
let package = Package(
name: "Alpaca",
platforms: [
.macOS(.v10_15)
.iOS(.v12),
.macOS(.v10_15),
.tvOS(.v12)
],
products: [
.library(name: "Alpaca", targets: ["Alpaca"])
Expand Down

0 comments on commit 7a852e5

Please sign in to comment.