Skip to content

Commit

Permalink
Release 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kzaher committed Aug 2, 2015
1 parent b3041ab commit b3195ef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
8 changes: 3 additions & 5 deletions RxBlocking.podspec
@@ -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'
Expand Down
2 changes: 1 addition & 1 deletion RxCocoa.podspec
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion RxSwift.podspec
@@ -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.
Expand Down

0 comments on commit b3195ef

Please sign in to comment.