File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ RxKeyboard provides a reactive way of observing keyboard frame changes. Forget a
1212
1313## Getting Started
1414
15- RxKeyboard provides two [ ` Driver ` ] ( https://github.com/ReactiveX/RxSwift/blob/master/Documentation/Units .md#driver-unit ) s.
15+ RxKeyboard provides two [ ` Driver ` ] ( https://github.com/ReactiveX/RxSwift/blob/master/Documentation/Traits .md#driver ) s.
1616
1717``` swift
1818/// An observable keyboard frame.
@@ -93,13 +93,13 @@ RxKeyboard.instance.frame
9393
9494## Dependencies
9595
96- - [RxSwift](https :// github.com/ReactiveX/RxSwift) (>= 4.4 .0)
97- - [RxCocoa](https :// github.com/ReactiveX/RxSwift) (>= 4.4 .0)
96+ - [RxSwift](https :// github.com/ReactiveX/RxSwift) (>= 6 .0)
97+ - [RxCocoa](https :// github.com/ReactiveX/RxSwift) (>=6 .0)
9898
9999## Requirements
100100
101- - Swift 4
102- - iOS 8 +
101+ - Swift 5.1
102+ - iOS 9 +
103103
104104## Contributing
105105
You can’t perform that action at this time.
0 commit comments