forked from loafle/openapi-generator-original
Bump Alamofire version to final 2.0.0
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
github "Alamofire/Alamofire" >= 1.3{{#usePromiseKit}}
|
||||
github "Alamofire/Alamofire" >= 2.0.0{{#usePromiseKit}}
|
||||
github "mxcl/PromiseKit" >=1.5.3{{/usePromiseKit}}
|
||||
|
||||
@@ -16,5 +16,5 @@ Pod::Spec.new do |s|
|
||||
s.documentation_url = '{{podDocumentationURL}}'{{/podDocumentationURL}}
|
||||
s.source_files = '{{projectName}}/Classes/Swaggers/**/*.swift'{{#usePromiseKit}}
|
||||
s.dependency 'PromiseKit', '~> 2.1'{{/usePromiseKit}}
|
||||
s.dependency 'Alamofire', '~> 2.0.0-beta.3'
|
||||
s.dependency 'Alamofire', '~> 2.0.0'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user