Add s.pod_target_xcconfig = { 'SWIFT_VERSION' => '3.0' }

This commit is contained in:
Christoffer Winterkvist
2016-10-06 07:37:38 +02:00
parent f4f1398fe0
commit 0246e9e9e8
+2
View File
@@ -19,4 +19,6 @@ Pod::Spec.new do |s|
s.frameworks = 'Foundation'
s.dependency 'CryptoSwift'
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '3.0' }
end