Skip to content

Commit 5d982f4

Browse files
committed
Update RxSwift dependency to >= 3.0
1 parent f35b217 commit 5d982f4

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "ReactiveX/RxSwift" "3.0.0-rc.1"
1+
github "ReactiveX/RxSwift" >= 3.0

Cartfile.resolved

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

Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ platform :ios, '8.0'
33
target 'RxKeyboard' do
44
use_frameworks!
55

6-
pod 'RxSwift', '3.0.0-rc.1'
7-
pod 'RxCocoa', '3.0.0-rc.1'
6+
pod 'RxSwift', '>= 3.0'
7+
pod 'RxCocoa', '>= 3.0'
88

99
target 'RxKeyboardDemo' do
1010
pod 'Then', '~> 2.0'

Podfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
PODS:
2-
- RxCocoa (3.0.0-rc.1):
3-
- RxSwift (~> 3.0.0-rc.1)
4-
- RxSwift (3.0.0-rc.1)
2+
- RxCocoa (3.0.0):
3+
- RxSwift (~> 3.0)
4+
- RxSwift (3.0.0)
55
- Then (2.0.0)
66
- UITextView+Placeholder (1.2.0)
77

88
DEPENDENCIES:
9-
- RxCocoa (= 3.0.0-rc.1)
10-
- RxSwift (= 3.0.0-rc.1)
9+
- RxCocoa (>= 3.0)
10+
- RxSwift (>= 3.0)
1111
- Then (~> 2.0)
1212
- UITextView+Placeholder (~> 1.2)
1313

1414
SPEC CHECKSUMS:
15-
RxCocoa: e72a074a7f38896ec0382d096df5f58df10115c7
16-
RxSwift: d7a3819dd71789c473e3cbf1a0c02d58b2692739
15+
RxCocoa: 0a2f3ae381cf16f4021a4cee7a4420f83058a965
16+
RxSwift: a930cd662f5b4a7ca9dc3518585dba91dadf497c
1717
Then: 460074ffe907de3536d5e88f189dac5ef7cf0869
1818
UITextView+Placeholder: 77680995fcdd07c3f52ec92fe1150874a2ac89ff
1919

20-
PODFILE CHECKSUM: 262c2b49ac9d4e91ecdc696ecc0b9986a11a0e49
20+
PODFILE CHECKSUM: 1e89b190ef8aa8b8b99971927895315e490fd802
2121

2222
COCOAPODS: 1.0.1

RxKeyboard.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Pod::Spec.new do |s|
1111
s.frameworks = 'UIKit', 'Foundation'
1212
s.requires_arc = true
1313

14-
s.dependency 'RxSwift', '= 3.0.0-rc.1'
15-
s.dependency 'RxCocoa', '= 3.0.0-rc.1'
14+
s.dependency 'RxSwift', '>= 3.0'
15+
s.dependency 'RxCocoa', '>= 3.0'
1616

1717
s.ios.deployment_target = '8.0'
1818

0 commit comments

Comments
 (0)