Skip to content

Commit 9b91499

Browse files
committed
Update libs
1 parent 6c779d6 commit 9b91499

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Example/Podfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ PODS:
66
- Reusable/View (= 4.1.1)
77
- Reusable/Storyboard (4.1.1)
88
- Reusable/View (4.1.1)
9-
- RxBinding (0.3.1):
10-
- RxCocoa (~> 5)
11-
- RxSwift (~> 5)
9+
- RxBinding (0.4):
10+
- RxCocoa (< 6.0.0, >= 5.0.0)
11+
- RxSwift (< 6.0.0, >= 5.0.0)
1212
- RxCocoa (5.1.1):
1313
- RxRelay (~> 5)
1414
- RxSwift (~> 5)
15-
- RxController (0.10):
15+
- RxController (1.1):
1616
- RxCocoa (~> 5)
1717
- RxFlow (~> 2.7)
1818
- RxSwift (~> 5)
@@ -25,7 +25,7 @@ PODS:
2525
- RxCocoa (~> 5)
2626
- RxDataSources (~> 4)
2727
- RxSwift (~> 5)
28-
- RxFlow (2.8.0):
28+
- RxFlow (2.9.1):
2929
- RxCocoa (>= 5.1.1)
3030
- RxSwift (>= 5.1.1)
3131
- RxRelay (5.1.1):
@@ -62,16 +62,16 @@ SPEC CHECKSUMS:
6262
Differentiator: 886080237d9f87f322641dedbc5be257061b0602
6363
Fakery: d3380c4aa1efe7631c0831d7e26aa9db4491f014
6464
Reusable: 53a9acf5c536f229b31b5865782414b508252ddb
65-
RxBinding: 58be2cf1311165489a66eacb4a3e33932d598a53
65+
RxBinding: da433c012633802a72c2a5bec8775b86f4cddeb8
6666
RxCocoa: 32065309a38d29b5b0db858819b5bf9ef038b601
67-
RxController: c596ce5b2bc9ab933649690838d60118f0e4b110
67+
RxController: f4b42f77e2298a81720de4fc4580e10b38ea0b69
6868
RxDataSources: efee07fa4de48477eca0a4611e6d11e2da9c1114
6969
RxDataSourcesSingleSection: 4394e57ae097f33e3845cf3a57bdf7826eca2d38
70-
RxFlow: 41c9d56e7611c6470d00febdfee08b63b0b018f8
70+
RxFlow: 029e260333ef843b349ba9cb9265929941830aee
7171
RxRelay: d77f7d771495f43c556cbc43eebd1bb54d01e8e9
7272
RxSwift: 81470a2074fa8780320ea5fe4102807cb7118178
7373
SnapKit: 97b92857e3df3a0c71833cce143274bf6ef8e5eb
7474

7575
PODFILE CHECKSUM: 0e048f42166325ac7ea57547d12ebbc2fc47fb5f
7676

77-
COCOAPODS: 1.9.1
77+
COCOAPODS: 1.9.3

RxController.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'RxController'
11-
s.version = '1.0'
11+
s.version = '1.1'
1212
s.summary = 'A library for developing with MVVM-C based on RxFlow and RxSwift.'
1313

1414
# This description is used to generate tags and improve search results.

0 commit comments

Comments
 (0)