Release 2.1.0
This commit is contained in:
parent
38cd00522d
commit
4f9fb55ab5
|
|
@ -1,6 +1,6 @@
|
||||||
Pod::Spec.new do |s|
|
Pod::Spec.new do |s|
|
||||||
s.name = "RxBlocking"
|
s.name = "RxBlocking"
|
||||||
s.version = "2.0.0"
|
s.version = "2.1.0"
|
||||||
s.summary = "RxSwift Blocking operatos"
|
s.summary = "RxSwift Blocking operatos"
|
||||||
s.description = <<-DESC
|
s.description = <<-DESC
|
||||||
Set of blocking operators for RxSwift. These operators are mostly intended for unit/integration tests
|
Set of blocking operators for RxSwift. These operators are mostly intended for unit/integration tests
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
Pod::Spec.new do |s|
|
Pod::Spec.new do |s|
|
||||||
s.name = "RxCocoa"
|
s.name = "RxCocoa"
|
||||||
s.version = "2.0.0"
|
s.version = "2.1.0"
|
||||||
s.summary = "RxSwift Cocoa extensions"
|
s.summary = "RxSwift Cocoa extensions"
|
||||||
s.description = <<-DESC
|
s.description = <<-DESC
|
||||||
* UI extensions
|
* UI extensions
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
Pod::Spec.new do |s|
|
Pod::Spec.new do |s|
|
||||||
s.name = "RxSwift"
|
s.name = "RxSwift"
|
||||||
s.version = "2.0.0"
|
s.version = "2.1.0"
|
||||||
s.summary = "RxSwift is a Swift implementation of Reactive Extensions"
|
s.summary = "RxSwift is a Swift implementation of Reactive Extensions"
|
||||||
s.description = <<-DESC
|
s.description = <<-DESC
|
||||||
This is a Swift port of [ReactiveX.io](https://github.com/ReactiveX)
|
This is a Swift port of [ReactiveX.io](https://github.com/ReactiveX)
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
Pod::Spec.new do |s|
|
Pod::Spec.new do |s|
|
||||||
s.name = "RxTests"
|
s.name = "RxTests"
|
||||||
s.version = "2.0.0"
|
s.version = "2.1.0"
|
||||||
s.summary = "RxSwift Testing extensions"
|
s.summary = "RxSwift Testing extensions"
|
||||||
s.description = <<-DESC
|
s.description = <<-DESC
|
||||||
Unit testing extensions for RxSwift. This library contains mock schedulers, observables, and observers
|
Unit testing extensions for RxSwift. This library contains mock schedulers, observables, and observers
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue