Skip to content

Commit

Permalink
project: update version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
twittemb committed Aug 11, 2020
1 parent 4f37d2b commit 7729983
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ https://github.com/Spinners/Spin.Swift.git
Add the following entry to your Cartfile:

```
github "Spinners/Spin.Swift" ~> 0.18.0
github "Spinners/Spin.Swift" ~> 0.19.0
```

and then:
Expand All @@ -585,9 +585,9 @@ carthage update Spin.Swift
Add the following dependencies to your Podfile:

```
pod 'SpinReactiveSwift', '~> 0.18.0'
pod 'SpinCombine', '~> 0.18.0'
pod 'SpinRxSwift', '~> 0.18.0'
pod 'SpinReactiveSwift', '~> 0.19.0'
pod 'SpinCombine', '~> 0.19.0'
pod 'SpinRxSwift', '~> 0.19.0'
```

You should then be able to import SpinCommon (base implementation), SpinRxSwift, SpinReactiveSwift or SpinCombine
Expand Down

0 comments on commit 7729983

Please sign in to comment.