Release 2.0.0-beta.4

This commit is contained in:
Krunoslav Zaher 2015-12-07 00:58:20 +01:00
parent e89ddd9891
commit aeff907a8d
5 changed files with 5 additions and 5 deletions

View File

@ -38,7 +38,7 @@ All notable changes to this project will be documented in this file.
* Divides examples into sections * Divides examples into sections
* Adds really simple examples of how to do simple calculated bindings with vanilla Rx. * 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). * 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 #### Fixed

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s| Pod::Spec.new do |s|
s.name = "RxSwift" 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.summary = "Microsoft Reactive Extensions (Rx) for Swift and iOS/OSX platform"
s.description = <<-DESC s.description = <<-DESC
This is a Swift port of [ReactiveX.io](https://github.com/ReactiveX) This is a Swift port of [ReactiveX.io](https://github.com/ReactiveX)