Browse Source

Include minimum deployment targets in Swift 5 package

Andrew Wagner 6 years ago
parent
commit
0d1095dcde
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Package@swift-5.swift

+ 3 - 0
Package@swift-5.swift

@@ -4,6 +4,9 @@ import PackageDescription
 
 let package = Package(
     name: "CryptoSwift",
+    platforms: [
+        .macOS(.v10_10), .iOS(.v8), .tvOS(.v9),
+    ],
     products: [
         .library(
             name: "CryptoSwift",