Skip to content

Commit b3195ef

Browse files
committed
Release 1.9
1 parent b3041ab commit b3195ef

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

RxBlocking.podspec

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
Pod::Spec.new do |s|
22
s.name = "RxBlocking"
3-
s.version = "1.8.1"
4-
s.summary = "RxSwift Cocoa extensions"
3+
s.version = "1.9"
4+
s.summary = "RxSwift Blocking operatos"
55
s.description = <<-DESC
6-
* UI extensions
7-
* NSURL extensions
8-
* KVO extensions
6+
Set of blocking operators for unit testing
97
DESC
108
s.homepage = "https://github.com/kzaher/RxSwift"
119
s.license = 'MIT'

RxCocoa.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "RxCocoa"
3-
s.version = "1.8.1"
3+
s.version = "1.9"
44
s.summary = "RxSwift Cocoa extensions"
55
s.description = <<-DESC
66
* UI extensions

RxSwift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "RxSwift"
3-
s.version = "1.8.1"
3+
s.version = "1.9"
44
s.summary = "Microsoft Reactive Extensions (Rx) for Swift and iOS/OSX platform"
55
s.description = <<-DESC
66
This is a Swift port of Reactive extensions.

0 commit comments

Comments
 (0)