Update swift version to 4.0

This commit is contained in:
Khoa Pham
2017-09-08 13:38:06 +02:00
parent f0d14ab9ef
commit a8137637e4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -21,5 +21,5 @@ Pod::Spec.new do |s|
s.frameworks = 'Foundation'
s.dependency 'SwiftHash', '~> 1.4.0'
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '3.0' }
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.0' }
end