Sfoglia il codice sorgente

add tvos to podspec

Marcin Krzyżanowski 9 anni fa
parent
commit
2915a3dc8c
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      CryptoSwift.podspec

+ 2 - 0
CryptoSwift.podspec

@@ -14,6 +14,8 @@ Pod::Spec.new do |s|
   s.osx.deployment_target = "10.9"
   s.osx.deployment_target = "10.9"
   s.watchos.platform = :watchos, '2.0'
   s.watchos.platform = :watchos, '2.0'
   s.watchos.deployment_target = "2.0"
   s.watchos.deployment_target = "2.0"
+  s.tvos.platform = :tvos, '9.0'
+  s.tvos.deployment_target = "9.0"
   s.source_files  = "CryptoSwift/**/*.swift"
   s.source_files  = "CryptoSwift/**/*.swift"
   s.requires_arc = true
   s.requires_arc = true
 end
 end