File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -79,8 +79,8 @@ RxKeyboard.instance.frame
7979
8080## Dependencies
8181
82- - [RxSwift](https :// github.com/ReactiveX/RxSwift) (= 3.0.0-beta.2 )
83- - [RxCocoa](https :// github.com/ReactiveX/RxSwift) (= 3.0.0-beta.2 )
82+ - [RxSwift](https :// github.com/ReactiveX/RxSwift) (= 3.0.0-rc.1 )
83+ - [RxCocoa](https :// github.com/ReactiveX/RxSwift) (= 3.0.0-rc.1 )
8484
8585## Requirements
8686
@@ -92,13 +92,13 @@ RxKeyboard.instance.frame
9292- ** Using [CocoaPods](https :// cocoapods.org)**:
9393
9494 ```ruby
95- pod 'RxKeyboard', '~> 0.1 '
95+ pod 'RxKeyboard', '~> 0.2 '
9696 ```
9797
9898- ** Using [Carthage](https :// github.com/Carthage/Carthage)**:
9999
100100 ```
101- github " devxoul/RxKeyboard" ~> 0.1
101+ github " devxoul/RxKeyboard" ~> 0.2
102102 ```
103103
104104## License
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'RxKeyboard'
3- s . version = '0.1 .0'
3+ s . version = '0.2 .0'
44 s . summary = 'Reactive Keyboard in iOS'
55 s . homepage = 'https://github.com/devxoul/RxKeyboard'
66 s . license = { :type => 'MIT' , :file => 'LICENSE' }
You can’t perform that action at this time.
0 commit comments