diff --git a/Cartfile b/Cartfile index adeb7f0..6d2830d 100644 --- a/Cartfile +++ b/Cartfile @@ -1 +1 @@ -github "ReactiveX/RxSwift" ~> 2.0 +github "ReactiveX/RxSwift" ~> 2.1 diff --git a/NSObject+Rx.podspec b/NSObject+Rx.podspec index 63bb680..68bd0b6 100644 --- a/NSObject+Rx.podspec +++ b/NSObject+Rx.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "NSObject+Rx" - s.version = "1.2.0" + s.version = "1.2.1" s.summary = "Handy RxSwift extensions on NSObject." s.description = <<-DESC Right now, we just have a `rx_disposeBag` property, but we're open to PRs! @@ -18,5 +18,5 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/RxSwiftCommunity/NSObject-Rx.git", :tag => s.version } s.source_files = "*.swift" s.frameworks = "Foundation" - s.dependency "RxSwift", '~> 2.0' + s.dependency "RxSwift", '~> 2.1' end diff --git a/Readme.md b/Readme.md index 9c6ecb3..760620a 100644 --- a/Readme.md +++ b/Readme.md @@ -17,7 +17,7 @@ You're actually not the only one; it has been typed many, many times. [![Search screenshot showing many, many results.](assets/screenshot.png)](https://github.com/search?q=let+disposeBag+%3D+DisposeBag%28%29&type=Code&utf8=✓) -Instead of adding a new property to every object, use this library to add it for you, to any subclass of `NSObject`. +Instead of adding a new property to every object, use this library to add it for you, to any subclass of `NSObject`. ```swift thing @@ -34,10 +34,10 @@ Installing ####CocoaPods -This works with RxSwift version 2, which is still prerelease, so you've gotta be fancy with your podfile. +This works with RxSwift version 2, which is still prerelease, so you've gotta be fancy with your podfile. ```ruby -pod 'RxSwift', '~> 2.0.0-beta' +pod 'RxSwift', '~> 2.1' pod 'NSObject+Rx' ``` @@ -47,7 +47,7 @@ And that'll be 👌 Add to `Cartfile`: ``` -github "ReactiveX/RxSwift" ~> 2.0 +github "ReactiveX/RxSwift" ~> 2.1 github "RxSwiftCommunity/NSObject-Rx" ~> 1.3.0 ``` Add frameworks to your project (no need to "copy items if needed")