forked from loafle/openapi-generator-original
[swift 5] update dependencies (#8277)
This commit is contained in:
parent
de3ec75b11
commit
14efb8c70f
@ -1,3 +1,3 @@
|
|||||||
{{#useAlamofire}}github "Alamofire/Alamofire" ~> 4.9.1{{/useAlamofire}}{{#usePromiseKit}}
|
{{#useAlamofire}}github "Alamofire/Alamofire" ~> 4.9.1{{/useAlamofire}}{{#usePromiseKit}}
|
||||||
github "mxcl/PromiseKit" ~> 6.12.0{{/usePromiseKit}}{{#useRxSwift}}
|
github "mxcl/PromiseKit" ~> 6.13.1{{/usePromiseKit}}{{#useRxSwift}}
|
||||||
github "ReactiveX/RxSwift" ~> 5.0.1{{/useRxSwift}}
|
github "ReactiveX/RxSwift" ~> 5.1.1{{/useRxSwift}}
|
||||||
|
@ -27,10 +27,10 @@ Pod::Spec.new do |s|
|
|||||||
{{/podDocumentationURL}}
|
{{/podDocumentationURL}}
|
||||||
s.source_files = '{{projectName}}/Classes/**/*.swift'
|
s.source_files = '{{projectName}}/Classes/**/*.swift'
|
||||||
{{#usePromiseKit}}
|
{{#usePromiseKit}}
|
||||||
s.dependency 'PromiseKit/CorePromise', '~> 6.12.0'
|
s.dependency 'PromiseKit/CorePromise', '~> 6.13.1'
|
||||||
{{/usePromiseKit}}
|
{{/usePromiseKit}}
|
||||||
{{#useRxSwift}}
|
{{#useRxSwift}}
|
||||||
s.dependency 'RxSwift', '~> 5.0.0'
|
s.dependency 'RxSwift', '~> 5.1.1'
|
||||||
{{/useRxSwift}}
|
{{/useRxSwift}}
|
||||||
{{#useAlamofire}}
|
{{#useAlamofire}}
|
||||||
s.dependency 'Alamofire', '~> 4.9.1'
|
s.dependency 'Alamofire', '~> 4.9.1'
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
|
|
||||||
github "mxcl/PromiseKit" ~> 6.12.0
|
github "mxcl/PromiseKit" ~> 6.13.1
|
||||||
|
@ -11,5 +11,5 @@ Pod::Spec.new do |s|
|
|||||||
s.homepage = 'https://github.com/openapitools/openapi-generator'
|
s.homepage = 'https://github.com/openapitools/openapi-generator'
|
||||||
s.summary = 'PetstoreClient'
|
s.summary = 'PetstoreClient'
|
||||||
s.source_files = 'PetstoreClient/Classes/**/*.swift'
|
s.source_files = 'PetstoreClient/Classes/**/*.swift'
|
||||||
s.dependency 'PromiseKit/CorePromise', '~> 6.12.0'
|
s.dependency 'PromiseKit/CorePromise', '~> 6.13.1'
|
||||||
end
|
end
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
PODS:
|
PODS:
|
||||||
- PetstoreClient (1.0.0):
|
- PetstoreClient (1.0.0):
|
||||||
- PromiseKit/CorePromise (~> 6.12.0)
|
- PromiseKit/CorePromise (~> 6.13.1)
|
||||||
- PromiseKit/CorePromise (6.12.0)
|
- PromiseKit/CorePromise (6.13.1)
|
||||||
|
|
||||||
DEPENDENCIES:
|
DEPENDENCIES:
|
||||||
- PetstoreClient (from `../`)
|
- PetstoreClient (from `../`)
|
||||||
@ -15,9 +15,9 @@ EXTERNAL SOURCES:
|
|||||||
:path: "../"
|
:path: "../"
|
||||||
|
|
||||||
SPEC CHECKSUMS:
|
SPEC CHECKSUMS:
|
||||||
PetstoreClient: 97929409c1dd42edb2cf067b2cc182434d87f1aa
|
PetstoreClient: bf095c434cf89014d1b574779fcc7701a551fcce
|
||||||
PromiseKit: c06835ba442ce5454ce3cdde470232804a6e4ff8
|
PromiseKit: 28fda91c973cc377875d8c0ea4f973013c05b6db
|
||||||
|
|
||||||
PODFILE CHECKSUM: 509bec696cc1d8641751b52e4fe4bef04ac4542c
|
PODFILE CHECKSUM: 509bec696cc1d8641751b52e4fe4bef04ac4542c
|
||||||
|
|
||||||
COCOAPODS: 1.9.0
|
COCOAPODS: 1.10.0
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
|
|
||||||
github "ReactiveX/RxSwift" ~> 5.0.1
|
github "ReactiveX/RxSwift" ~> 5.1.1
|
||||||
|
@ -11,5 +11,5 @@ Pod::Spec.new do |s|
|
|||||||
s.homepage = 'https://github.com/openapitools/openapi-generator'
|
s.homepage = 'https://github.com/openapitools/openapi-generator'
|
||||||
s.summary = 'PetstoreClient'
|
s.summary = 'PetstoreClient'
|
||||||
s.source_files = 'PetstoreClient/Classes/**/*.swift'
|
s.source_files = 'PetstoreClient/Classes/**/*.swift'
|
||||||
s.dependency 'RxSwift', '~> 5.0.0'
|
s.dependency 'RxSwift', '~> 5.1.1'
|
||||||
end
|
end
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
PODS:
|
PODS:
|
||||||
- PetstoreClient (1.0.0):
|
- PetstoreClient (1.0.0):
|
||||||
- RxSwift (~> 5.0.0)
|
- RxSwift (~> 5.1.1)
|
||||||
- RxSwift (5.0.1)
|
- RxSwift (5.1.1)
|
||||||
|
|
||||||
DEPENDENCIES:
|
DEPENDENCIES:
|
||||||
- PetstoreClient (from `../`)
|
- PetstoreClient (from `../`)
|
||||||
@ -15,9 +15,9 @@ EXTERNAL SOURCES:
|
|||||||
:path: "../"
|
:path: "../"
|
||||||
|
|
||||||
SPEC CHECKSUMS:
|
SPEC CHECKSUMS:
|
||||||
PetstoreClient: ca66372305d63921e72f65b3de84aeb705eba5a1
|
PetstoreClient: f3d073d9543d90440a155feec649c16b98d84c31
|
||||||
RxSwift: e2dc62b366a3adf6a0be44ba9f405efd4c94e0c4
|
RxSwift: 81470a2074fa8780320ea5fe4102807cb7118178
|
||||||
|
|
||||||
PODFILE CHECKSUM: 509bec696cc1d8641751b52e4fe4bef04ac4542c
|
PODFILE CHECKSUM: 509bec696cc1d8641751b52e4fe4bef04ac4542c
|
||||||
|
|
||||||
COCOAPODS: 1.9.0
|
COCOAPODS: 1.10.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user