Release 2.0.0-beta.3
This commit is contained in:
parent
af4f556ac8
commit
a64594ad61
|
|
@ -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"
|
||||
```
|
||||
|
||||
```
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue