Release 2.0.0-beta.3

This commit is contained in:
Krunoslav Zaher 2015-11-16 01:27:06 +01:00
parent af4f556ac8
commit a64594ad61
4 changed files with 5 additions and 5 deletions

View File

@ -479,7 +479,7 @@ $ pod install
Add this to `Cartfile`
```
github "ReactiveX/RxSwift" "2.0.0-beta.2"
github "ReactiveX/RxSwift" "2.0.0-beta.3"
```
```

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RxBlocking"
s.version = "2.0.0-beta.2"
s.version = "2.0.0-beta.3"
s.summary = "RxSwift Blocking operatos"
s.description = <<-DESC
Set of blocking operators for RxSwift.

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RxCocoa"
s.version = "2.0.0-beta.2"
s.version = "2.0.0-beta.3"
s.summary = "RxSwift Cocoa extensions"
s.description = <<-DESC
* UI extensions

View File

@ -1,9 +1,9 @@
Pod::Spec.new do |s|
s.name = "RxSwift"
s.version = "2.0.0-beta.2"
s.version = "2.0.0-beta.3"
s.summary = "Microsoft Reactive Extensions (Rx) for Swift and iOS/OSX platform"
s.description = <<-DESC
This is a Swift port of ReactiveX. [https://github.com/ReactiveX](https://github.com/ReactiveX)
This is a Swift port of [ReactiveX.io](https://github.com/ReactiveX)
Like the original [Rx](https://github.com/Reactive-extensions/Rx.Net), its intention is to enable easy composition of asynchronous operations and event streams.