Release 2.0.0-beta.1

This commit is contained in:
Krunoslav Zaher 2015-10-20 11:16:31 +02:00
parent e13747fab8
commit 642b84e946
3 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RxBlocking"
s.version = "2.0.0-alpha.4"
s.version = "2.0.0-beta.1"
s.summary = "RxSwift Blocking operatos"
s.description = <<-DESC
Set of blocking operators for unit testing
@ -19,5 +19,5 @@ Pod::Spec.new do |s|
s.source_files = 'RxBlocking/**/*.swift'
s.dependency 'RxSwift', '~> 2.0.0-alpha'
s.dependency 'RxSwift', '~> 2.0.0-beta'
end

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RxCocoa"
s.version = "2.0.0-alpha.4"
s.version = "2.0.0-beta.1"
s.summary = "RxSwift Cocoa extensions"
s.description = <<-DESC
* UI extensions
@ -25,5 +25,5 @@ Pod::Spec.new do |s|
s.watchos.source_files = 'RxCocoa/iOS/**/*.swift'
s.tvos.source_files = 'RxCocoa/iOS/**/*.swift'
s.dependency 'RxSwift', '~> 2.0.0-alpha'
s.dependency 'RxSwift', '~> 2.0.0-beta'
end

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RxSwift"
s.version = "2.0.0-alpha.4"
s.version = "2.0.0-beta.1"
s.summary = "Microsoft Reactive Extensions (Rx) for Swift and iOS/OSX platform"
s.description = <<-DESC
This is a Swift port of Reactive extensions.