Skip to content

Commit 70e4e5f

Browse files
committed
Update readme file with information about new version of swift
1 parent 53b198a commit 70e4e5f

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# RxKeyboard
22

3-
![Swift](https://img.shields.io/badge/Swift-4.0-orange.svg)
3+
![Swift](https://img.shields.io/badge/Swift-4.1-orange.svg)
44
[![CocoaPods](http://img.shields.io/cocoapods/v/RxKeyboard.svg)](https://cocoapods.org/pods/RxKeyboard)
55
[![Build Status](https://travis-ci.org/RxSwiftCommunity/RxKeyboard.svg?branch=master)](https://travis-ci.org/RxSwiftCommunity/RxKeyboard)
66
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
@@ -93,8 +93,8 @@ RxKeyboard.instance.frame
9393

9494
## Dependencies
9595

96-
- [RxSwift](https://github.com/ReactiveX/RxSwift) (~> 4.0.0)
97-
- [RxCocoa](https://github.com/ReactiveX/RxSwift) (~> 4.0.0)
96+
- [RxSwift](https://github.com/ReactiveX/RxSwift) (~> 4.1.2)
97+
- [RxCocoa](https://github.com/ReactiveX/RxSwift) (~> 4.1.2)
9898

9999
## Requirements
100100

@@ -124,7 +124,10 @@ $ swift package generate-xcodeproj
124124
```
125125

126126
⚠️ With Carthage, RxKeyboard only supports binary installation:
127-
127+
128+
* 0.8.2
129+
* Xcode 9.3 (9E145)
130+
* Swift 4.1.0 (swiftlang-902.0.48 clang-902.0.37.1)
128131
* 0.7.1
129132
* Xcode 9.1 (9B55)
130133
* Swift 4.0.2 (swiftlang-900.0.69.2 clang-900.0.38)

0 commit comments

Comments
 (0)