File tree Expand file tree Collapse file tree 2 files changed +17
-17
lines changed
Expand file tree Collapse file tree 2 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 11PODS:
22 - Kingfisher (6.0.1)
3- - RxAlertViewable (1.1 ):
4- - RxCocoa (~> 6 )
5- - RxSwift (~> 6 )
6- - RxCocoa (6.0.0 ):
7- - RxRelay (= 6.0.0 )
8- - RxSwift (= 6.0.0 )
9- - RxRelay (6.0.0 ):
10- - RxSwift (= 6.0.0 )
11- - RxSwift (6.0.0 )
3+ - RxAlertViewable (0.10 ):
4+ - RxCocoa (~> 5 )
5+ - RxSwift (~> 5 )
6+ - RxCocoa (5.1.1 ):
7+ - RxRelay (~> 5 )
8+ - RxSwift (~> 5 )
9+ - RxRelay (5.1.1 ):
10+ - RxSwift (~> 5 )
11+ - RxSwift (5.1.1 )
1212 - SnapKit (5.0.1)
1313
1414DEPENDENCIES:
@@ -32,10 +32,10 @@ EXTERNAL SOURCES:
3232
3333SPEC CHECKSUMS:
3434 Kingfisher: adde87a4f74f6a3845395769354efff593581740
35- RxAlertViewable: 4657f4a51b8a6fa5dd8c7a7ed5e08ac63398b8b4
36- RxCocoa: 3f79328fafa3645b34600f37c31e64c73ae3a80e
37- RxRelay: 8d593be109c06ea850df027351beba614b012ffb
38- RxSwift: c14e798c59b9f6e9a2df8fd235602e85cc044295
35+ RxAlertViewable: a9cc2bc281b7c5987d4d26245c76e8ec4f4ab212
36+ RxCocoa: 32065309a38d29b5b0db858819b5bf9ef038b601
37+ RxRelay: d77f7d771495f43c556cbc43eebd1bb54d01e8e9
38+ RxSwift: 81470a2074fa8780320ea5fe4102807cb7118178
3939 SnapKit: 97b92857e3df3a0c71833cce143274bf6ef8e5eb
4040
4141PODFILE CHECKSUM: b4605b4abcc2e96e810853dd0c68eb98e91ba151
Original file line number Diff line number Diff line change 77
88Pod ::Spec . new do |s |
99 s . name = 'RxAlertViewable'
10- s . version = '1.1 '
10+ s . version = '0.10 '
1111 s . summary = 'A simple alert library with RxSwift supported.'
1212
1313 s . description = <<-DESC
@@ -20,9 +20,9 @@ RxAlertViewable is created for developing the MVVM app with RxSwift. It supports
2020 s . source = { :git => 'https://github.com/lm2343635/RxAlertViewable.git' , :tag => s . version . to_s }
2121
2222 s . ios . deployment_target = '10.0'
23- s . swift_version = '5.1 '
23+ s . swift_version = '5.0 '
2424 s . source_files = 'RxAlertViewable/Classes/**/*'
25- s . dependency 'RxSwift' , '~> 6 '
26- s . dependency 'RxCocoa' , '~> 6 '
25+ s . dependency 'RxSwift' , '~> 5 '
26+ s . dependency 'RxCocoa' , '~> 5 '
2727
2828end
You can’t perform that action at this time.
0 commit comments