File tree Expand file tree Collapse file tree 6 files changed +12
-8
lines changed Expand file tree Collapse file tree 6 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -11,3 +11,4 @@ Carthage/
11
11
Examples /** /Podfile.lock
12
12
* .xcconfig
13
13
* .framework.zip
14
+ .idea /
Original file line number Diff line number Diff line change 1
- 4.0
1
+ 4.1
Original file line number Diff line number Diff line change 1
- github "ReactiveX/RxSwift" "4.0.0 "
1
+ github "ReactiveX/RxSwift" "4.1.2 "
Original file line number Diff line number Diff line change 1
- // swift-tools-version:4.0
1
+ // swift-tools-version:4.1
2
2
3
3
import PackageDescription
4
4
Original file line number Diff line number Diff line change 1
1
# RxKeyboard
2
2
3
- ![ Swift] ( https://img.shields.io/badge/Swift-4.0 -orange.svg )
3
+ ![ Swift] ( https://img.shields.io/badge/Swift-4.1 -orange.svg )
4
4
[ ![ CocoaPods] ( http://img.shields.io/cocoapods/v/RxKeyboard.svg )] ( https://cocoapods.org/pods/RxKeyboard )
5
5
[ ![ Build Status] ( https://travis-ci.org/RxSwiftCommunity/RxKeyboard.svg?branch=master )] ( https://travis-ci.org/RxSwiftCommunity/RxKeyboard )
6
6
[ ![ 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
93
93
94
94
## Dependencies
95
95
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.0.0)
97
+ - [RxCocoa](https :// github.com/ReactiveX/RxSwift) (>= 4.0.0)
98
98
99
99
## Requirements
100
100
@@ -124,7 +124,10 @@ $ swift package generate-xcodeproj
124
124
```
125
125
126
126
⚠️ 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 )
128
131
* 0.7.1
129
132
* Xcode 9.1 (9B55 )
130
133
* Swift 4.0.2 (swiftlang- 900.0.69.2 clang- 900.0.38 )
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.8.1 '
3
+ s . version = '0.8.2 '
4
4
s . summary = 'Reactive Keyboard in iOS'
5
5
s . homepage = 'https://github.com/RxSwiftCommunity/RxKeyboard'
6
6
s . license = { :type => 'MIT' , :file => 'LICENSE' }
You can’t perform that action at this time.
0 commit comments