Selaa lähdekoodia

Support watchos in spm

The podspec supports watchos, but the spm metadata doesn't.
Jonas Obrist 4 vuotta sitten
vanhempi
commit
c5850f781e
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Package.swift

+ 1 - 1
Package.swift

@@ -5,7 +5,7 @@ import PackageDescription
 let package = Package(
   name: "CryptoSwift",
   platforms: [
-    .macOS(.v10_12), .iOS(.v9), .tvOS(.v9)
+    .macOS(.v10_12), .iOS(.v9), .tvOS(.v9), .watchOS(.v2)
   ],
   products: [
     .library(