Close #11 - Update code to Swift 3
... | ... | @@ -27,9 +27,9 @@ TODO: Add long description of the pod here. |
s.author = { 'Mauro E. Bender' => 'mauro@theamalgama.com' } | ||
s.source = { :git => 'https://git.theamalgama.com/ios/api.git', :tag => s.version.to_s } | ||
s.ios.deployment_target = '8.0' | ||
s.ios.deployment_target = '9.0' | ||
s.source_files = 'Api/Classes/**/*' | ||
s.dependency 'Alamofire', '~> 3.4' | ||
s.dependency 'Alamofire', '~> 4.0.0' | ||
end |