Release 2.0.0-beta.4
This commit is contained in:
parent
e89ddd9891
commit
aeff907a8d
|
|
@ -38,7 +38,7 @@ All notable changes to this project will be documented in this file.
|
|||
* Divides examples into sections
|
||||
* Adds really simple examples of how to do simple calculated bindings with vanilla Rx.
|
||||
* Adds really simple examples of table view extensions (sectioned and non sectioned version).
|
||||
* Refactoring of GitHub sign in example to use MVVM paradigm.
|
||||
* Refactoring of `GitHub sign in example` to use MVVM paradigm.
|
||||
|
||||
#### Fixed
|
||||
|
||||
|
|
|
|||
|
|
@ -479,7 +479,7 @@ $ pod install
|
|||
Add this to `Cartfile`
|
||||
|
||||
```
|
||||
github "ReactiveX/RxSwift" "2.0.0-beta.3"
|
||||
github "ReactiveX/RxSwift" "2.0.0-beta.4"
|
||||
```
|
||||
|
||||
```
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Pod::Spec.new do |s|
|
||||
s.name = "RxBlocking"
|
||||
s.version = "2.0.0-beta.3"
|
||||
s.version = "2.0.0-beta.4"
|
||||
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.3"
|
||||
s.version = "2.0.0-beta.4"
|
||||
s.summary = "RxSwift Cocoa extensions"
|
||||
s.description = <<-DESC
|
||||
* UI extensions
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Pod::Spec.new do |s|
|
||||
s.name = "RxSwift"
|
||||
s.version = "2.0.0-beta.3"
|
||||
s.version = "2.0.0-beta.4"
|
||||
s.summary = "Microsoft Reactive Extensions (Rx) for Swift and iOS/OSX platform"
|
||||
s.description = <<-DESC
|
||||
This is a Swift port of [ReactiveX.io](https://github.com/ReactiveX)
|
||||
|
|
|
|||
Loading…
Reference in New Issue