Skip to content

Commit 1d9af96

Browse files
Merge pull request krzyzanowskim#455 from gonghao/patch-1
Critical Podspec file syntax error fix
2 parents c7cf427 + 4595856 commit 1d9af96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CryptoSwift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ Pod::Spec.new do |s|
1313
s.watchos.deployment_target = "2.0"
1414
s.tvos.deployment_target = "9.0"
1515
s.source_files = "Sources/CryptoSwift/**/*.swift"
16-
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '3.0', 'SWIFT_OPTIMIZATION_LEVEL' = '-Owholemodule' }
16+
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '3.0', 'SWIFT_OPTIMIZATION_LEVEL' => '-Owholemodule' }
1717
s.requires_arc = true
1818
end

0 commit comments

Comments
 (0)