Specify version

This commit is contained in:
Khoa Pham
2017-06-02 11:32:48 +02:00
parent ea59a771c0
commit 933fbf7adb
+1 -1
View File
@@ -19,7 +19,7 @@ Pod::Spec.new do |s|
s.tvos.source_files = 'Source/{iOS,Shared}/**/*'
s.frameworks = 'Foundation'
s.dependency 'SwiftHash'
s.dependency 'SwiftHash', '~> 1.3.0'
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '3.0' }
end