Skip to content

Commit

Permalink
Updated installation instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashfurrow committed Nov 15, 2015
1 parent 9a9df5b commit c84da08
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 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', '~> 2.0.0-beta'
pod 'RxSwift'
pod 'NSObject+Rx', :path => '../'

pod 'Quick'
Expand Down
12 changes: 6 additions & 6 deletions Demo/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
PODS:
- Nimble (3.0.0)
- NSObject+Rx (0.0.1):
- RxSwift
- NSObject+Rx (1.0.0):
- RxSwift (~> 2.0.0-beta)
- Quick (0.8.0)
- RxSwift (2.0.0-beta.2)

DEPENDENCIES:
- Nimble
- NSObject+Rx (from `/Users/ash/bin/NSObject-Rx/NSObject+Rx.podspec`)
- NSObject+Rx (from `../`)
- Quick
- RxSwift (~> 2.0.0-beta)
- RxSwift

EXTERNAL SOURCES:
NSObject+Rx:
:path: /Users/ash/bin/NSObject-Rx/NSObject+Rx.podspec
:path: ../

SPEC CHECKSUMS:
Nimble: 4c353d43735b38b545cbb4cb91504588eb5de926
NSObject+Rx: 621aa25f3b602a84c0bccd2b37282764852280e8
NSObject+Rx: db01055a7f2ade5958bca8d2338e94a01a07af9a
Quick: 563d0f6ec5f72e394645adb377708639b7dd38ab
RxSwift: 795720c22352cf1f62669ef3695b5df7e195103b

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

This works with RxSwift version 2, which is still prerelease, so you've gotta be fancy with your podfile.
Note: This works with RxSwift version 2, which is still prerelease.

```ruby
pod 'RxSwift', '~> 2.0.0-beta'
pod 'NSObject+Rx'
```

Expand Down

0 comments on commit c84da08

Please sign in to comment.