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/
1111Examples /** /Podfile.lock
1212* .xcconfig
1313* .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
22
33import PackageDescription
44
Original file line number Diff line number Diff line change 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.0.0)
97+ - [RxCocoa](https :// github.com/ReactiveX/RxSwift) (>= 4.0.0)
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 )
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'RxKeyboard'
3- s . version = '0.8.1 '
3+ s . version = '0.8.2 '
44 s . summary = 'Reactive Keyboard in iOS'
55 s . homepage = 'https://github.com/RxSwiftCommunity/RxKeyboard'
66 s . license = { :type => 'MIT' , :file => 'LICENSE' }
You can’t perform that action at this time.
0 commit comments