Example updated for Xode 9 & Swift 4

This commit is contained in:
Javier Cancio
2017-09-23 09:15:11 +02:00
parent c4aaab1938
commit 40b4c89624
4 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.source_files = 'Sources/*.swift'
s.pod_target_xcconfig = {
"SWIFT_VERSION" => "3.0",
"SWIFT_VERSION" => "4.0",
}
s.ios.deployment_target = '9.0'