Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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}}
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion samples/client/petstore/swift5/promisekitLibrary/Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

github "mxcl/PromiseKit" ~> 6.12.0
github "mxcl/PromiseKit" ~> 6.13.1
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ Pod::Spec.new do |s|
s.homepage = 'https://github.com/openapitools/openapi-generator'
s.summary = 'PetstoreClient'
s.source_files = 'PetstoreClient/Classes/**/*.swift'
s.dependency 'PromiseKit/CorePromise', '~> 6.12.0'
s.dependency 'PromiseKit/CorePromise', '~> 6.13.1'
end
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- PetstoreClient (1.0.0):
- PromiseKit/CorePromise (~> 6.12.0)
- PromiseKit/CorePromise (6.12.0)
- PromiseKit/CorePromise (~> 6.13.1)
- PromiseKit/CorePromise (6.13.1)

DEPENDENCIES:
- PetstoreClient (from `../`)
Expand All @@ -15,9 +15,9 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
PetstoreClient: 97929409c1dd42edb2cf067b2cc182434d87f1aa
PromiseKit: c06835ba442ce5454ce3cdde470232804a6e4ff8
PetstoreClient: bf095c434cf89014d1b574779fcc7701a551fcce
PromiseKit: 28fda91c973cc377875d8c0ea4f973013c05b6db

PODFILE CHECKSUM: 509bec696cc1d8641751b52e4fe4bef04ac4542c

COCOAPODS: 1.9.0
COCOAPODS: 1.10.0
2 changes: 1 addition & 1 deletion samples/client/petstore/swift5/rxswiftLibrary/Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

github "ReactiveX/RxSwift" ~> 5.0.1
github "ReactiveX/RxSwift" ~> 5.1.1
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ Pod::Spec.new do |s|
s.homepage = 'https://github.com/openapitools/openapi-generator'
s.summary = 'PetstoreClient'
s.source_files = 'PetstoreClient/Classes/**/*.swift'
s.dependency 'RxSwift', '~> 5.0.0'
s.dependency 'RxSwift', '~> 5.1.1'
end
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- PetstoreClient (1.0.0):
- RxSwift (~> 5.0.0)
- RxSwift (5.0.1)
- RxSwift (~> 5.1.1)
- RxSwift (5.1.1)

DEPENDENCIES:
- PetstoreClient (from `../`)
Expand All @@ -15,9 +15,9 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
PetstoreClient: ca66372305d63921e72f65b3de84aeb705eba5a1
RxSwift: e2dc62b366a3adf6a0be44ba9f405efd4c94e0c4
PetstoreClient: f3d073d9543d90440a155feec649c16b98d84c31
RxSwift: 81470a2074fa8780320ea5fe4102807cb7118178

PODFILE CHECKSUM: 509bec696cc1d8641751b52e4fe4bef04ac4542c

COCOAPODS: 1.9.0
COCOAPODS: 1.10.0