Release 1.9

This commit is contained in:
Krunoslav Zaher 2015-08-03 00:09:58 +02:00
parent b3041abf67
commit b3195efb03
3 changed files with 5 additions and 7 deletions

View File

@ -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'

View File

@ -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

View File

@ -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.