File tree Expand file tree Collapse file tree 3 files changed +20
-20
lines changed
Expand file tree Collapse file tree 3 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 1010target 'HCaptcha_RxSwift_Example' do
1111 pod 'HCaptcha' , :path => '../'
1212 pod 'HCaptcha/RxSwift' , :path => '../'
13- pod 'RxCocoa' , '~> 6.2 .0'
13+ pod 'RxCocoa' , '~> 6.9 .0'
1414 pod 'SwiftLint' , '~> 0.33'
1515
1616 target 'HCaptcha_Tests' do
1717 inherit! :search_paths
1818
1919 pod 'AppSwizzle' , '~> 1.3'
20- pod 'RxBlocking' , '~> 6.2 .0'
20+ pod 'RxBlocking' , '~> 6.9 .0'
2121 end
2222
2323 target 'HCaptcha_UITests' do
Original file line number Diff line number Diff line change 55 - HCaptcha/Core (2.9.5)
66 - HCaptcha/RxSwift (2.9.5):
77 - HCaptcha/Core
8- - RxSwift (~> 6.2 .0)
9- - RxBlocking (6.2 .0):
10- - RxSwift (= 6.2 .0)
11- - RxCocoa (6.2 .0):
12- - RxRelay (= 6.2 .0)
13- - RxSwift (= 6.2 .0)
14- - RxRelay (6.2 .0):
15- - RxSwift (= 6.2 .0)
16- - RxSwift (6.2 .0)
8+ - RxSwift (~> 6.9 .0)
9+ - RxBlocking (6.9 .0):
10+ - RxSwift (= 6.9 .0)
11+ - RxCocoa (6.9 .0):
12+ - RxRelay (= 6.9 .0)
13+ - RxSwift (= 6.9 .0)
14+ - RxRelay (6.9 .0):
15+ - RxSwift (= 6.9 .0)
16+ - RxSwift (6.9 .0)
1717 - SwiftLint (0.43.1)
1818
1919DEPENDENCIES:
2020 - AppSwizzle (~> 1.3)
2121 - HCaptcha (from `../`)
2222 - HCaptcha/Core (from `../`)
2323 - HCaptcha/RxSwift (from `../`)
24- - RxBlocking (~> 6.2 .0)
25- - RxCocoa (~> 6.2 .0)
24+ - RxBlocking (~> 6.9 .0)
25+ - RxCocoa (~> 6.9 .0)
2626 - SwiftLint (~> 0.33)
2727
2828SPEC REPOS:
@@ -40,13 +40,13 @@ EXTERNAL SOURCES:
4040
4141SPEC CHECKSUMS:
4242 AppSwizzle: db36e436f56110d93e5ae0147683435df593cabc
43- HCaptcha: 62396fa54b703f0849a3123d013b190ba60d8cf5
44- RxBlocking: 0b29f7d2079109a8de49c411381bed7c33ef1eeb
45- RxCocoa: 4baf94bb35f2c0ab31bc0cb9f1900155f646ba42
46- RxRelay: e72dbfd157807478401ef1982e1c61c945c94b2f
47- RxSwift: d356ab7bee873611322f134c5f9ef379fa183d8f
43+ HCaptcha: 1583af68ef96af091e96a7f2533cd162a82d25b9
44+ RxBlocking: 5d2b26d019b6ba9eb3f58638611f124609c44822
45+ RxCocoa: ac16414696ae706516be3e1ab00fcce5bdc9be8a
46+ RxRelay: 6b0c930e5cef57d5fe2032571e5e65b78e3cbdb1
47+ RxSwift: 31649ace6aceeb422e16ff71c60804f9c3281ed9
4848 SwiftLint: 99f82d07b837b942dd563c668de129a03fc3fb52
4949
50- PODFILE CHECKSUM: b62e2e3a891c2e41b6959a4da072c538eea5e5ad
50+ PODFILE CHECKSUM: ea7bd0684988979a2683457c28806a146737dd82
5151
5252COCOAPODS: 1.16.2
Original file line number Diff line number Diff line change @@ -29,6 +29,6 @@ invisibility is not possible.
2929 s . subspec 'RxSwift' do |rx |
3030 rx . source_files = 'HCaptcha/Classes/Rx/**/*'
3131 rx . dependency 'HCaptcha/Core'
32- rx . dependency 'RxSwift' , '~> 6.2 .0'
32+ rx . dependency 'RxSwift' , '~> 6.9 .0'
3333 end
3434end
You can’t perform that action at this time.
0 commit comments