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
79
79
80
80
## Dependencies
81
81
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 )
84
84
85
85
## Requirements
86
86
@@ -92,13 +92,13 @@ RxKeyboard.instance.frame
92
92
- ** Using [CocoaPods](https :// cocoapods.org)**:
93
93
94
94
```ruby
95
- pod 'RxKeyboard', '~> 0.1 '
95
+ pod 'RxKeyboard', '~> 0.2 '
96
96
```
97
97
98
98
- ** Using [Carthage](https :// github.com/Carthage/Carthage)**:
99
99
100
100
```
101
- github " devxoul/RxKeyboard" ~> 0.1
101
+ github " devxoul/RxKeyboard" ~> 0.2
102
102
```
103
103
104
104
## 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.1 .0'
3
+ s . version = '0.2 .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