From e365278f7eaf6b0fa44e8c54b8d825ec600ec14c Mon Sep 17 00:00:00 2001 From: Thibault Wittemberg Date: Sun, 23 Aug 2020 20:20:25 -0400 Subject: [PATCH] project: bump in podspec and README --- README.md | 8 ++++---- SpinCombine.podspec | 4 ++-- SpinCommon.podspec | 2 +- SpinReactiveSwift.podspec | 4 ++-- SpinRxSwift.podspec | 4 ++-- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 3f4054c..6528522 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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 diff --git a/SpinCombine.podspec b/SpinCombine.podspec index b41157f..3fe220c 100644 --- a/SpinCombine.podspec +++ b/SpinCombine.podspec @@ -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 @@ -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 diff --git a/SpinCommon.podspec b/SpinCommon.podspec index 8088f54..d6f2c90 100644 --- a/SpinCommon.podspec +++ b/SpinCommon.podspec @@ -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 diff --git a/SpinReactiveSwift.podspec b/SpinReactiveSwift.podspec index 519f764..415b161 100644 --- a/SpinReactiveSwift.podspec +++ b/SpinReactiveSwift.podspec @@ -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 @@ -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 diff --git a/SpinRxSwift.podspec b/SpinRxSwift.podspec index ec5d610..ff727c9 100644 --- a/SpinRxSwift.podspec +++ b/SpinRxSwift.podspec @@ -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 @@ -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