We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c7cf427 + 4595856 commit 1d9af96Copy full SHA for 1d9af96
CryptoSwift.podspec
@@ -13,6 +13,6 @@ Pod::Spec.new do |s|
13
s.watchos.deployment_target = "2.0"
14
s.tvos.deployment_target = "9.0"
15
s.source_files = "Sources/CryptoSwift/**/*.swift"
16
- s.pod_target_xcconfig = { 'SWIFT_VERSION' => '3.0', 'SWIFT_OPTIMIZATION_LEVEL' = '-Owholemodule' }
+ s.pod_target_xcconfig = { 'SWIFT_VERSION' => '3.0', 'SWIFT_OPTIMIZATION_LEVEL' => '-Owholemodule' }
17
s.requires_arc = true
18
end
0 commit comments