Skip to content

Commit 7bfadfe

Browse files
committed
Updated minimum dependencies' versions and .swift-version
1 parent 95d59b2 commit 7bfadfe

File tree

6 files changed

+6
-4
lines changed

6 files changed

+6
-4
lines changed

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "ReactiveX/RxSwift" ~> 2.5
1+
github "ReactiveX/RxSwift" ~> 3.4

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "ReactiveX/RxSwift" "2.6.0"
1+
github "ReactiveX/RxSwift" "3.5.0"

Carthage/Checkouts/RxSwift

Submodule RxSwift updated 1159 files

Demo/.swift-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.0

Demo/Podfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
source 'https://github.com/CocoaPods/Specs.git'
22

33
use_frameworks!
4+
inhibit_all_warnings!
45

56
# Test Libraries
67
def test_pods

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 = 'Source/*.swift', 'Source/Categories/*.swift'
28-
s.dependency 'RxSwift', '~> 2.5'
28+
s.dependency 'RxSwift', '~> 3.4'
2929
s.frameworks = 'Foundation'
3030
end

0 commit comments

Comments
 (0)