-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated the RxStateExample project to support latest changes
- Loading branch information
1 parent
503ed19
commit e2e34da
Showing
16 changed files
with
188 additions
and
139 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,56 @@ | ||
PODS: | ||
- RxCocoa (3.5.0): | ||
- RxSwift (~> 3.4) | ||
- RxDataSources (1.0.3): | ||
- RxCocoa (~> 3.0) | ||
- RxSwift (~> 3.0) | ||
- RxOptional (3.1.3): | ||
- RxCocoa | ||
- RxSwift | ||
- RxState (0.3.0): | ||
- RxCocoa (~> 3.5.0) | ||
- RxSwift (~> 3.5.0) | ||
- RxSwift (3.5.0) | ||
- RxTest (3.4.1): | ||
- RxSwift (~> 3.4) | ||
- Differentiator (4.0.1) | ||
- RxCocoa (5.1.1): | ||
- RxRelay (~> 5) | ||
- RxSwift (~> 5) | ||
- RxDataSources (4.0.1): | ||
- Differentiator (~> 4.0) | ||
- RxCocoa (~> 5.0) | ||
- RxSwift (~> 5.0) | ||
- RxOptional (4.1.0): | ||
- RxCocoa (~> 5) | ||
- RxSwift (~> 5) | ||
- RxRelay (5.1.1): | ||
- RxSwift (~> 5) | ||
- RxState (0.6.0): | ||
- RxCocoa (~> 5.1) | ||
- RxSwift (~> 5.1) | ||
- RxSwift (5.1.1) | ||
- RxTest (5.1.1): | ||
- RxSwift (~> 5) | ||
|
||
DEPENDENCIES: | ||
- RxCocoa (= 3.5.0) | ||
- RxDataSources (= 1.0.3) | ||
- RxOptional (= 3.1.3) | ||
- RxCocoa (~> 5.1) | ||
- RxDataSources (~> 4.0) | ||
- RxOptional (~> 4.1) | ||
- RxState (from `../`) | ||
- RxSwift (= 3.5.0) | ||
- RxTest (= 3.4.1) | ||
- RxSwift (~> 5.1) | ||
- RxTest (~> 5.1) | ||
|
||
SPEC REPOS: | ||
trunk: | ||
- Differentiator | ||
- RxCocoa | ||
- RxDataSources | ||
- RxOptional | ||
- RxRelay | ||
- RxSwift | ||
- RxTest | ||
|
||
EXTERNAL SOURCES: | ||
RxState: | ||
:path: "../" | ||
|
||
SPEC CHECKSUMS: | ||
RxCocoa: a0a09f45d0e5b48ecb6a4a7b4b4c89c88d3f633f | ||
RxDataSources: a021a0e944ba5f7991259829d973afdbfa719c0b | ||
RxOptional: b97b59183af80d1e729ac9e51d09a10be668d6a8 | ||
RxState: 1e3dd422b48defbf08c1122ba9ecb2ea762277db | ||
RxSwift: 18ee9d78b45edb3b0b7e79916b47a116e6dbc842 | ||
RxTest: a6fd6e4069face7c6488f96f6c42296b3e44db48 | ||
Differentiator: 886080237d9f87f322641dedbc5be257061b0602 | ||
RxCocoa: 32065309a38d29b5b0db858819b5bf9ef038b601 | ||
RxDataSources: efee07fa4de48477eca0a4611e6d11e2da9c1114 | ||
RxOptional: b1fcd60856807a564c0215c2184b8d33e7826dc2 | ||
RxRelay: d77f7d771495f43c556cbc43eebd1bb54d01e8e9 | ||
RxState: 64aff04406fb3dadf464177093c5ce01af3aa3af | ||
RxSwift: 81470a2074fa8780320ea5fe4102807cb7118178 | ||
RxTest: 711632d5644dffbeb62c936a521b5b008a1e1faa | ||
|
||
PODFILE CHECKSUM: 541fdc1ce9dae6b8ab9da96e8df7e8ae597a0445 | ||
PODFILE CHECKSUM: decbf9ea53508e43852bbb63c73fa74f543c9f0e | ||
|
||
COCOAPODS: 1.2.1 | ||
COCOAPODS: 1.9.1 |
Oops, something went wrong.