Release 1.9
This commit is contained in:
parent
b3041abf67
commit
b3195efb03
|
|
@ -1,11 +1,9 @@
|
|||
Pod::Spec.new do |s|
|
||||
s.name = "RxBlocking"
|
||||
s.version = "1.8.1"
|
||||
s.summary = "RxSwift Cocoa extensions"
|
||||
s.version = "1.9"
|
||||
s.summary = "RxSwift Blocking operatos"
|
||||
s.description = <<-DESC
|
||||
* UI extensions
|
||||
* NSURL extensions
|
||||
* KVO extensions
|
||||
Set of blocking operators for unit testing
|
||||
DESC
|
||||
s.homepage = "https://github.com/kzaher/RxSwift"
|
||||
s.license = 'MIT'
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Pod::Spec.new do |s|
|
||||
s.name = "RxCocoa"
|
||||
s.version = "1.8.1"
|
||||
s.version = "1.9"
|
||||
s.summary = "RxSwift Cocoa extensions"
|
||||
s.description = <<-DESC
|
||||
* UI extensions
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Pod::Spec.new do |s|
|
||||
s.name = "RxSwift"
|
||||
s.version = "1.8.1"
|
||||
s.version = "1.9"
|
||||
s.summary = "Microsoft Reactive Extensions (Rx) for Swift and iOS/OSX platform"
|
||||
s.description = <<-DESC
|
||||
This is a Swift port of Reactive extensions.
|
||||
|
|
|
|||
Loading…
Reference in New Issue