mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-11 16:02:44 +00:00
[swift 5] update dependencies (#8277)
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
{{#useAlamofire}}github "Alamofire/Alamofire" ~> 4.9.1{{/useAlamofire}}{{#usePromiseKit}}
|
||||
github "mxcl/PromiseKit" ~> 6.12.0{{/usePromiseKit}}{{#useRxSwift}}
|
||||
github "ReactiveX/RxSwift" ~> 5.0.1{{/useRxSwift}}
|
||||
github "mxcl/PromiseKit" ~> 6.13.1{{/usePromiseKit}}{{#useRxSwift}}
|
||||
github "ReactiveX/RxSwift" ~> 5.1.1{{/useRxSwift}}
|
||||
|
||||
@@ -27,10 +27,10 @@ Pod::Spec.new do |s|
|
||||
{{/podDocumentationURL}}
|
||||
s.source_files = '{{projectName}}/Classes/**/*.swift'
|
||||
{{#usePromiseKit}}
|
||||
s.dependency 'PromiseKit/CorePromise', '~> 6.12.0'
|
||||
s.dependency 'PromiseKit/CorePromise', '~> 6.13.1'
|
||||
{{/usePromiseKit}}
|
||||
{{#useRxSwift}}
|
||||
s.dependency 'RxSwift', '~> 5.0.0'
|
||||
s.dependency 'RxSwift', '~> 5.1.1'
|
||||
{{/useRxSwift}}
|
||||
{{#useAlamofire}}
|
||||
s.dependency 'Alamofire', '~> 4.9.1'
|
||||
|
||||
Reference in New Issue
Block a user