File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
- github "ReactiveX/RxSwift" ~> 4.3.0
1
+ github "ReactiveX/RxSwift" ~> 4.3.1
Original file line number Diff line number Diff line change 1
- github "ReactiveX/RxSwift" "4.1.2 "
1
+ github "ReactiveX/RxSwift" "4.3.1 "
Original file line number Diff line number Diff line change 4
4
"0.8.0" : " https://github.com/RxSwiftCommunity/RxKeyboard/releases/download/0.8.0/RxKeyboard.framework.zip" ,
5
5
"0.8.1" : " https://github.com/RxSwiftCommunity/RxKeyboard/releases/download/0.8.1/RxKeyboard.framework.zip" ,
6
6
"0.8.2" : " https://github.com/RxSwiftCommunity/RxKeyboard/releases/download/0.8.2/RxKeyboard.framework.zip" ,
7
- "0.8.3" : " https://github.com/RxSwiftCommunity/RxKeyboard/releases/download/0.8.3/RxKeyboard.framework.zip"
7
+ "0.8.3" : " https://github.com/RxSwiftCommunity/RxKeyboard/releases/download/0.8.3/RxKeyboard.framework.zip" ,
8
+ "0.9.0" : " https://github.com/RxSwiftCommunity/RxKeyboard/releases/download/0.9.0/RxKeyboard.framework.zip"
8
9
}
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'RxKeyboard'
3
- s . version = '0.8.3 '
3
+ s . version = '0.9.0 '
4
4
s . summary = 'Reactive Keyboard in iOS'
5
5
s . homepage = 'https://github.com/RxSwiftCommunity/RxKeyboard'
6
6
s . license = { :type => 'MIT' , :file => 'LICENSE' }
@@ -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' , '>= 4.3.0 '
15
- s . dependency 'RxCocoa' , '>= 4.3.0 '
14
+ s . dependency 'RxSwift' , '>= 4.3.1 '
15
+ s . dependency 'RxCocoa' , '>= 4.3.1 '
16
16
17
17
s . ios . deployment_target = '8.0'
18
18
end
You can’t perform that action at this time.
0 commit comments