Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bumped to support RxSwift 2.1.0 #19

Merged
merged 9 commits into from Feb 4, 2016
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 7 additions & 7 deletions Example/Podfile.lock
@@ -1,12 +1,12 @@
PODS:
- Nimble (3.0.0)
- Quick (0.8.0)
- RxCocoa (2.0.0):
- RxCocoa (2.1.0):
- RxSwift (~> 2.0)
- RxSwift (2.0.0)
- RxSwift (2.1.0)
- RxViewModel (3.0.0):
- RxCocoa (~> 2.0.0)
- RxSwift (~> 2.0.0)
- RxCocoa (~> 2.1.0)
- RxSwift (~> 2.1.0)

DEPENDENCIES:
- Nimble
Expand All @@ -20,8 +20,8 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
Nimble: 4c353d43735b38b545cbb4cb91504588eb5de926
Quick: 563d0f6ec5f72e394645adb377708639b7dd38ab
RxCocoa: b0ebd70b4f7450bdb3c8987b122f8fd568dc1e2f
RxSwift: d83246efa6f16c50c143bec134649d045498f601
RxViewModel: 42a6d5fceda276a18032c9bd52fb1c0092d8fecc
RxCocoa: 79b5feb8378545336e756a0a33fcf5e95050b71c
RxSwift: 110fb07f81c17c2c3b3254d168363057b1880d18
RxViewModel: 6fef3730c94712e48eb9a5641845a50fc4d9106b

COCOAPODS: 0.39.0
6 changes: 3 additions & 3 deletions Example/Pods/Local Podspecs/RxViewModel.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2,092 changes: 1,052 additions & 1,040 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions Example/Pods/RxCocoa/RxCocoa/Common/_RX.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion Example/Pods/RxCocoa/RxCocoa/Common/_RXKVOObserver.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

67 changes: 45 additions & 22 deletions Example/Pods/RxCocoa/RxCocoa/iOS/UICollectionView+Rx.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.