From db717d3cc0a95c9acc69f55a13e13d0db96ee92b Mon Sep 17 00:00:00 2001 From: Thibault Wittemberg Date: Sat, 1 Aug 2020 17:53:36 -0400 Subject: [PATCH] readme: fix package versions --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 867b08f..099a5da 100644 --- a/README.md +++ b/README.md @@ -461,7 +461,7 @@ This is what will happen when the feature spin is in state .unauthorized: **AuthorizationSpin**: state = authorized/unauthorized -Of course it this case, the Gear must be shared between Spins. You might have to make it a Singleton depending on your use case. +Of course in this case, the Gear must be shared between the two Spins. You might have to make it a Singleton depending on your use case. # Demo applications @@ -486,7 +486,7 @@ https://github.com/Spinners/Spin.Swift.git Add the following entry to your Cartfile: ``` -github "Spinners/Spin.Swift" ~> 0.16.1 +github "Spinners/Spin.Swift" ~> 0.17.0 ``` and then: @@ -500,9 +500,9 @@ carthage update Spin.Swift Add the following dependencies to your Podfile: ``` -pod 'SpinReactiveSwift', '~> 0.16.1' -pod 'SpinCombine', '~> 0.16.1' -pod 'SpinRxSwift', '~> 0.16.1' +pod 'SpinReactiveSwift', '~> 0.17.0' +pod 'SpinCombine', '~> 0.17.0' +pod 'SpinRxSwift', '~> 0.17.0' ``` You should then be able to import SpinCommon (base implementation), SpinRxSwift, SpinReactiveSwift or SpinCombine