Skip to content
This repository has been archived by the owner on Mar 6, 2018. It is now read-only.

Commit

Permalink
[CocoaPods] Fix podspec for RxSwift 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshinejr committed Sep 29, 2016
1 parent 81bf509 commit ce9d56f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RxPermission.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '8.0'
s.source_files = 'Source/*.swift'
s.dependency 'Permission'
s.dependency 'RxSwift'
s.dependency 'RxSwift', '3.0.0-beta.1'
end

0 comments on commit ce9d56f

Please sign in to comment.