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
80
80
81
81
## Dependencies
82
82
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)
85
85
86
86
## Requirements
87
87
@@ -93,13 +93,13 @@ RxKeyboard.instance.frame
93
93
- ** Using [CocoaPods](https :// cocoapods.org)**:
94
94
95
95
```ruby
96
- pod 'RxKeyboard', '~> 0.2 '
96
+ pod 'RxKeyboard', '~> 0.3 '
97
97
```
98
98
99
99
- ** Using [Carthage](https :// github.com/Carthage/Carthage)**:
100
100
101
101
```
102
- github " devxoul/RxKeyboard" ~> 0.2
102
+ github " devxoul/RxKeyboard" ~> 0.3
103
103
```
104
104
105
105
## License
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.2 .0'
3
+ s . version = '0.3 .0'
4
4
s . summary = 'Reactive Keyboard in iOS'
5
5
s . homepage = 'https://github.com/devxoul/RxKeyboard'
6
6
s . license = { :type => 'MIT' , :file => 'LICENSE' }
You can’t perform that action at this time.
0 commit comments