Skip to content

Commit

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

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

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

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

You should then be able to import SpinCommon (base implementation), SpinRxSwift, SpinReactiveSwift or SpinCombine
Expand Down
4 changes: 2 additions & 2 deletions SpinCombine.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SpinCombine"
s.version = "0.19.0"
s.version = "0.20.0"
s.swift_version = "5.2.2"
s.summary = "Spin is a tool whose only purpose is to help you build feedback loops called Spins"
s.description = <<-DESC
Expand All @@ -22,6 +22,6 @@ Spin is a tool to build feedback loops within a Swift based application allowing

s.source_files = 'Sources/Combine/*.swift'

s.dependency 'SpinCommon', '>= 0.19.0'
s.dependency 'SpinCommon', '>= 0.20.0'

end
2 changes: 1 addition & 1 deletion SpinCommon.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SpinCommon"
s.version = "0.19.0"
s.version = "0.20.0"
s.swift_version = "5.2.2"
s.summary = "Spin is a tool whose only purpose is to help you build feedback loops called Spins"
s.description = <<-DESC
Expand Down
4 changes: 2 additions & 2 deletions SpinReactiveSwift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SpinReactiveSwift"
s.version = "0.19.0"
s.version = "0.20.0"
s.swift_version = "5.2.2"
s.summary = "Spin is a tool whose only purpose is to help you build feedback loops called Spins"
s.description = <<-DESC
Expand All @@ -23,6 +23,6 @@ Spin is a tool to build feedback loops within a Swift based application allowing
s.source_files = 'Sources/ReactiveSwift/*.swift'

s.dependency 'ReactiveSwift', '>= 6.3.0'
s.dependency 'SpinCommon', '>= 0.19.0'
s.dependency 'SpinCommon', '>= 0.20.0'

end
4 changes: 2 additions & 2 deletions SpinRxSwift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SpinRxSwift"
s.version = "0.19.0"
s.version = "0.20.0"
s.swift_version = "5.2.2"
s.summary = "Spin is a tool whose only purpose is to help you build feedback loops called Spins"
s.description = <<-DESC
Expand All @@ -24,6 +24,6 @@ Spin is a tool to build feedback loops within a Swift based application allowing

s.dependency 'RxSwift', '>= 5.1.1'
s.dependency 'RxRelay', '>= 5.1.1'
s.dependency 'SpinCommon', '>= 0.19.0'
s.dependency 'SpinCommon', '>= 0.20.0'

end

0 comments on commit e365278

Please sign in to comment.