Explorar el Código

Support watchos in spm

The podspec supports watchos, but the spm metadata doesn't.
Jonas Obrist hace 4 años
padre
commit
c5850f781e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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(