Skip to content

Commit

Permalink
Using RxSwift 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
esttorhe committed Jun 6, 2016
1 parent 976b0ff commit d08e12c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PODS:
- Quick (0.9.2)
- RxSwift (2.5.0)
- RxViewModel (3.1.2):
- RxSwift (~> 2.4)
- RxSwift (~> 2.5)

DEPENDENCIES:
- Nimble
Expand All @@ -18,6 +18,6 @@ SPEC CHECKSUMS:
Nimble: 0f3c8b8b084cda391209c3c5efbb48bedeeb920a
Quick: 18d057bc66451eedd5d1c8dc99ba2a5db6e60226
RxSwift: 402b41a50e922a0368fc14cb3bc9f4427920e8ae
RxViewModel: da27b17ff8262f6f59cc3c7a83b8bb9ff3a5a800
RxViewModel: 93b32828f351ef9ec451cfa6416cb1ed24944809

COCOAPODS: 0.39.0
2 changes: 1 addition & 1 deletion Example/Pods/Local Podspecs/RxViewModel.podspec.json

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

4 changes: 2 additions & 2 deletions Example/Pods/Manifest.lock

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.

2 changes: 1 addition & 1 deletion RxViewModel.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ Long story short: a blatant «imitation» of `ReactiveViewModel `using `RxCocoa`
s.requires_arc = true

s.source_files = 'Pod/Classes/**/*'
s.dependency 'RxSwift', '~> 2.4'
s.dependency 'RxSwift', '~> 2.5'
s.frameworks = 'Foundation'
end

0 comments on commit d08e12c

Please sign in to comment.