Skip to content

Commit

Permalink
Fixes CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashfurrow committed Nov 15, 2015
1 parent c84da08 commit bbbc01d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Demo/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ end

target 'DemoTests' do

pod 'RxSwift'
pod 'RxSwift', '~> 2.0.0-beta'
pod 'NSObject+Rx', :path => '../'

pod 'Quick'
Expand Down
2 changes: 1 addition & 1 deletion Demo/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ DEPENDENCIES:
- Nimble
- NSObject+Rx (from `../`)
- Quick
- RxSwift
- RxSwift (~> 2.0.0-beta)

EXTERNAL SOURCES:
NSObject+Rx:
Expand Down
3 changes: 2 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ It'll work just like a property: when the instance is deinit'd, the `DisposeBag`
Installing
----------

Note: This works with RxSwift version 2, which is still prerelease.
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 'NSObject+Rx'
```

Expand Down

0 comments on commit bbbc01d

Please sign in to comment.