Skip to content

Commit

Permalink
Added platform versions to Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
jnigro committed May 19, 2019
1 parent fd389cd commit 5fb2968
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: "QR2Pdf",
platforms: [
.macOS(.v10_12), .iOS(.v8), .watchOS(.v2), .tvOS(.v9),
],
products: [
.library(name: "QR2Pdf", targets: ["QR2Pdf"]),
],
Expand Down

0 comments on commit 5fb2968

Please sign in to comment.