Skip to content

Commit d08e12c

Browse files
committed
Using RxSwift 2.5
1 parent 976b0ff commit d08e12c

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Example/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PODS:
33
- Quick (0.9.2)
44
- RxSwift (2.5.0)
55
- RxViewModel (3.1.2):
6-
- RxSwift (~> 2.4)
6+
- RxSwift (~> 2.5)
77

88
DEPENDENCIES:
99
- Nimble
@@ -18,6 +18,6 @@ SPEC CHECKSUMS:
1818
Nimble: 0f3c8b8b084cda391209c3c5efbb48bedeeb920a
1919
Quick: 18d057bc66451eedd5d1c8dc99ba2a5db6e60226
2020
RxSwift: 402b41a50e922a0368fc14cb3bc9f4427920e8ae
21-
RxViewModel: da27b17ff8262f6f59cc3c7a83b8bb9ff3a5a800
21+
RxViewModel: 93b32828f351ef9ec451cfa6416cb1ed24944809
2222

2323
COCOAPODS: 0.39.0

Example/Pods/Local Podspecs/RxViewModel.podspec.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/RxViewModel.xcscheme

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

RxViewModel.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ Long story short: a blatant «imitation» of `ReactiveViewModel `using `RxCocoa`
2525
s.requires_arc = true
2626

2727
s.source_files = 'Pod/Classes/**/*'
28-
s.dependency 'RxSwift', '~> 2.4'
28+
s.dependency 'RxSwift', '~> 2.5'
2929
s.frameworks = 'Foundation'
3030
end

0 commit comments

Comments
 (0)