Skip to content

Commit

Permalink
Release 3.0.0.alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kzaher committed Aug 21, 2016
1 parent 136322a commit 154ac25
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions RxBlocking.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RxBlocking"
s.version = "2.6.0"
s.version = "3.0.0.alpha.1"
s.summary = "RxSwift Blocking operatos"
s.description = <<-DESC
Set of blocking operators for RxSwift. These operators are mostly intended for unit/integration tests
Expand All @@ -24,5 +24,5 @@ Waiting for observable sequence to complete before exiting command line applicat

s.source_files = 'RxBlocking/**/*.swift'

s.dependency 'RxSwift', '~> 2.5'
s.dependency 'RxSwift', '~> 3.0.0.alpha.1'
end
Binary file modified RxBlocking/Info.plist
Binary file not shown.
4 changes: 2 additions & 2 deletions RxCocoa.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RxCocoa"
s.version = "2.6.0"
s.version = "3.0.0.alpha.1"
s.summary = "RxSwift Cocoa extensions"
s.description = <<-DESC
* UI extensions
Expand All @@ -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.5'
s.dependency 'RxSwift', '~> 3.0.0.alpha.1'
end
Binary file modified RxCocoa/Info.plist
Binary file not shown.
2 changes: 1 addition & 1 deletion RxSwift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RxSwift"
s.version = "2.6.0"
s.version = "3.0.0.alpha.1"
s.summary = "RxSwift is a Swift implementation of Reactive Extensions"
s.description = <<-DESC
This is a Swift port of [ReactiveX.io](https://github.com/ReactiveX)
Expand Down
Binary file modified RxSwift/Info.plist
Binary file not shown.
4 changes: 2 additions & 2 deletions RxTests.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RxTests"
s.version = "2.6.0"
s.version = "3.0.0.alpha.1"
s.summary = "RxSwift Testing extensions"
s.description = <<-DESC
Unit testing extensions for RxSwift. This library contains mock schedulers, observables, and observers
Expand Down Expand Up @@ -55,7 +55,7 @@ func testMap() {

s.framework = 'XCTest'

s.dependency 'RxSwift', '~> 2.5'
s.dependency 'RxSwift', '~> 3.0.0.alpha.1'

s.pod_target_xcconfig = { 'ENABLE_BITCODE' => 'NO' }
end
Binary file modified RxTests/Info.plist
Binary file not shown.

0 comments on commit 154ac25

Please sign in to comment.