Skip to content

Commit

Permalink
Adds dependancy on alpha version.
Browse files Browse the repository at this point in the history
  • Loading branch information
kzaher committed Sep 1, 2015
1 parent 0178c0f commit 9647683
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RxBlocking.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ Pod::Spec.new do |s|

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

s.dependency 'RxSwift'
s.dependency 'RxSwift', '~> 2.0-alpha'
end
2 changes: 1 addition & 1 deletion RxCocoa.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ Pod::Spec.new do |s|
s.ios.source_files = 'RxCocoa/iOS/**/*.swift'
s.osx.source_files = 'RxCocoa/OSX/**/*.swift'

s.dependency 'RxSwift'
s.dependency 'RxSwift', '~> 2.0-alpha'
end

0 comments on commit 9647683

Please sign in to comment.