We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b12379 commit 0edbfefCopy full SHA for 0edbfef
modules/swagger-codegen/src/main/resources/swift/Cartfile.mustache
@@ -1,2 +1,2 @@
1
-github "Alamofire/Alamofire" >= 1.3{{#usePromiseKit}}
+github "Alamofire/Alamofire" >= 2.0.0{{#usePromiseKit}}
2
github "mxcl/PromiseKit" >=1.5.3{{/usePromiseKit}}
modules/swagger-codegen/src/main/resources/swift/Podspec.mustache
@@ -16,5 +16,5 @@ Pod::Spec.new do |s|
16
s.documentation_url = '{{podDocumentationURL}}'{{/podDocumentationURL}}
17
s.source_files = '{{projectName}}/Classes/Swaggers/**/*.swift'{{#usePromiseKit}}
18
s.dependency 'PromiseKit', '~> 2.1'{{/usePromiseKit}}
19
- s.dependency 'Alamofire', '~> 2.0.0-beta.3'
+ s.dependency 'Alamofire', '~> 2.0.0'
20
end
0 commit comments