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 44 "0.8.0" : " https://github.com/RxSwiftCommunity/RxKeyboard/releases/download/0.8.0/RxKeyboard.framework.zip" ,
55 "0.8.1" : " https://github.com/RxSwiftCommunity/RxKeyboard/releases/download/0.8.1/RxKeyboard.framework.zip" ,
66 "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"
89}
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'RxKeyboard'
3- s . version = '0.8.3 '
3+ s . version = '0.9.0 '
44 s . summary = 'Reactive Keyboard in iOS'
55 s . homepage = 'https://github.com/RxSwiftCommunity/RxKeyboard'
66 s . license = { :type => 'MIT' , :file => 'LICENSE' }
@@ -11,8 +11,8 @@ Pod::Spec.new do |s|
1111 s . frameworks = 'UIKit' , 'Foundation'
1212 s . requires_arc = true
1313
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 '
1616
1717 s . ios . deployment_target = '8.0'
1818end
You can’t perform that action at this time.
0 commit comments