From 5ce428193b94b883f76f1fc7f1d36661312871d1 Mon Sep 17 00:00:00 2001 From: Jamie Wutke Date: Thu, 19 Apr 2018 20:53:55 -0300 Subject: [PATCH] Update RxSwift dependency to 4.1.0. --- Cartfile | 2 +- Example/Podfile.lock | 8 ++++---- README.md | 4 ++-- RxKeyboard.podspec | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cartfile b/Cartfile index 73ecb6e..f0c9385 100644 --- a/Cartfile +++ b/Cartfile @@ -1 +1 @@ -github "ReactiveX/RxSwift" ~> 4.0.0 +github "ReactiveX/RxSwift" ~> 4.1.0 diff --git a/Example/Podfile.lock b/Example/Podfile.lock index e38a989..d51d484 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -11,9 +11,9 @@ PODS: - RxSwift (>= 3.4) - RxCocoa (4.1.2): - RxSwift (~> 4.0) - - RxKeyboard (0.8.1): - - RxCocoa (>= 4.0.0) - - RxSwift (>= 4.0.0) + - RxKeyboard (0.8.2): + - RxCocoa (>= 4.1.0) + - RxSwift (>= 4.1.0) - RxSwift (4.1.2) - SnapKit (4.0.0) - SwiftyColor (1.0.0) @@ -41,7 +41,7 @@ SPEC CHECKSUMS: ManualLayout: 68ac8cfa6b5f656f7a9fadec3730208b95986880 ReusableKit: 4e4f45128985987555bde17abbf261c0a604f9f2 RxCocoa: d88ba0f1f6abf040011a9eb4b539324fc426843a - RxKeyboard: ce24525d4a3dc983664e44540f240c8e7bb4d4b8 + RxKeyboard: 24d6d56cda6f95519533f063af94b6e67bed64e4 RxSwift: e49536837d9901277638493ea537394d4b55f570 SnapKit: a42d492c16e80209130a3379f73596c3454b7694 SwiftyColor: 7fa09db14051bc5d7f539e1c4576665975225992 diff --git a/README.md b/README.md index 1afbc09..5983e4f 100644 --- a/README.md +++ b/README.md @@ -93,8 +93,8 @@ RxKeyboard.instance.frame ## Dependencies -- [RxSwift](https://github.com/ReactiveX/RxSwift) (>= 4.0.0) -- [RxCocoa](https://github.com/ReactiveX/RxSwift) (>= 4.0.0) +- [RxSwift](https://github.com/ReactiveX/RxSwift) (>= 4.1.0) +- [RxCocoa](https://github.com/ReactiveX/RxSwift) (>= 4.1.0) ## Requirements diff --git a/RxKeyboard.podspec b/RxKeyboard.podspec index 9635e7e..b7b8ce5 100644 --- a/RxKeyboard.podspec +++ b/RxKeyboard.podspec @@ -11,8 +11,8 @@ Pod::Spec.new do |s| s.frameworks = 'UIKit', 'Foundation' s.requires_arc = true - s.dependency 'RxSwift', '>= 4.0.0' - s.dependency 'RxCocoa', '>= 4.0.0' + s.dependency 'RxSwift', '>= 4.1.0' + s.dependency 'RxCocoa', '>= 4.1.0' s.ios.deployment_target = '8.0' end