File tree Expand file tree Collapse file tree 5 files changed +14
-14
lines changed Expand file tree Collapse file tree 5 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1
- github "ReactiveX/RxSwift" "3.0.0-beta.2 "
1
+ github "ReactiveX/RxSwift" "3.0.0-rc.1 "
Original file line number Diff line number Diff line change 1
- github "ReactiveX/RxSwift" "3.0.0-beta.2 "
1
+ github "ReactiveX/RxSwift" "3.0.0-rc.1 "
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ platform :ios, '8.0'
3
3
target 'RxKeyboard' do
4
4
use_frameworks!
5
5
6
- pod 'RxSwift' , '3.0.0-beta.2 '
7
- pod 'RxCocoa' , '3.0.0-beta.2 '
6
+ pod 'RxSwift' , '3.0.0-rc.1 '
7
+ pod 'RxCocoa' , '3.0.0-rc.1 '
8
8
9
9
target 'RxKeyboardDemo' do
10
10
pod 'Then' , '~> 2.0'
Original file line number Diff line number Diff line change 1
1
PODS:
2
- - RxCocoa (3.0.0-beta.2 ):
3
- - RxSwift (~> 3.0.0-beta.2 )
4
- - RxSwift (3.0.0-beta.2 )
2
+ - RxCocoa (3.0.0-rc.1 ):
3
+ - RxSwift (~> 3.0.0-rc.1 )
4
+ - RxSwift (3.0.0-rc.1 )
5
5
- Then (2.0.0)
6
6
- UITextView+Placeholder (1.2.0)
7
7
8
8
DEPENDENCIES:
9
- - RxCocoa (= 3.0.0-beta.2 )
10
- - RxSwift (= 3.0.0-beta.2 )
9
+ - RxCocoa (= 3.0.0-rc.1 )
10
+ - RxSwift (= 3.0.0-rc.1 )
11
11
- Then (~> 2.0)
12
12
- UITextView+Placeholder (~> 1.2)
13
13
14
14
SPEC CHECKSUMS:
15
- RxCocoa: 1dd105d8a4e18034ccd7bd6d136445363ce67c8e
16
- RxSwift: 0ea939d7d97cb70657190ffde8dc2a9b455778fc
15
+ RxCocoa: e72a074a7f38896ec0382d096df5f58df10115c7
16
+ RxSwift: d7a3819dd71789c473e3cbf1a0c02d58b2692739
17
17
Then: 460074ffe907de3536d5e88f189dac5ef7cf0869
18
18
UITextView+Placeholder: 77680995fcdd07c3f52ec92fe1150874a2ac89ff
19
19
20
- PODFILE CHECKSUM: 460cb8381f753d6dac8c1edf7da6fb83d58a869d
20
+ PODFILE CHECKSUM: 262c2b49ac9d4e91ecdc696ecc0b9986a11a0e49
21
21
22
22
COCOAPODS: 1.0.1
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ Pod::Spec.new do |s|
11
11
s . frameworks = 'UIKit' , 'Foundation'
12
12
s . requires_arc = true
13
13
14
- s . dependency 'RxSwift' , '= 3.0.0-beta.2 '
15
- s . dependency 'RxCocoa' , '= 3.0.0-beta.2 '
14
+ s . dependency 'RxSwift' , '= 3.0.0-rc.1 '
15
+ s . dependency 'RxCocoa' , '= 3.0.0-rc.1 '
16
16
17
17
s . ios . deployment_target = '8.0'
18
18
You can’t perform that action at this time.
0 commit comments