Przeglądaj źródła

Set SWIFT_VERSION=4.0 in podspec

Marcin Krzyżanowski 8 lat temu
rodzic
commit
c64b67b2a3
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      CryptoSwift.podspec

+ 1 - 1
CryptoSwift.podspec

@@ -13,6 +13,6 @@ Pod::Spec.new do |s|
   s.watchos.deployment_target = "2.0"
   s.watchos.deployment_target = "2.0"
   s.tvos.deployment_target = "9.0"
   s.tvos.deployment_target = "9.0"
   s.source_files  = "Sources/CryptoSwift/**/*.swift"
   s.source_files  = "Sources/CryptoSwift/**/*.swift"
-  s.pod_target_xcconfig = { 'SWIFT_VERSION' => '3.0', 'SWIFT_OPTIMIZATION_LEVEL' => '-Owholemodule' }
+  s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.0', 'SWIFT_OPTIMIZATION_LEVEL' => '-Owholemodule' }
   s.requires_arc = true
   s.requires_arc = true
 end
 end