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 @@ -80,8 +80,8 @@ RxKeyboard.instance.frame
8080
8181## Dependencies
8282
83- - [RxSwift](https :// github.com/ReactiveX/RxSwift) (= 3.0.0-rc.1 )
84- - [RxCocoa](https :// github.com/ReactiveX/RxSwift) (= 3.0.0-rc.1 )
83+ - [RxSwift](https :// github.com/ReactiveX/RxSwift) (> = 3.0)
84+ - [RxCocoa](https :// github.com/ReactiveX/RxSwift) (> = 3.0)
8585
8686## Requirements
8787
@@ -93,13 +93,13 @@ RxKeyboard.instance.frame
9393- ** Using [CocoaPods](https :// cocoapods.org)**:
9494
9595 ```ruby
96- pod 'RxKeyboard', '~> 0.2 '
96+ pod 'RxKeyboard', '~> 0.3 '
9797 ```
9898
9999- ** Using [Carthage](https :// github.com/Carthage/Carthage)**:
100100
101101 ```
102- github " devxoul/RxKeyboard" ~> 0.2
102+ github " devxoul/RxKeyboard" ~> 0.3
103103 ```
104104
105105## License
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'RxKeyboard'
3- s . version = '0.2 .0'
3+ s . version = '0.3 .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