Skip to content

Commit

Permalink
Merge pull request #85 from bjarkehs/fix_rac_dependency_podspec
Browse files Browse the repository at this point in the history
We require 4.0.1 of RAC to work
  • Loading branch information
neilpa committed Feb 5, 2016
2 parents ee29c95 + 3b239b9 commit 0775783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rex.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Pod::Spec.new do |s|
s.tvos.deployment_target = '9.0'

s.source = { :git => 'https://github.com/neilpa/Rex.git', :tag => '0.9.0' }
s.dependency 'ReactiveCocoa', '~> 4.0'
s.dependency 'ReactiveCocoa', '~> 4.0.1'
s.ios.framework = 'UIKit'
s.osx.framework = 'AppKit'

Expand Down

0 comments on commit 0775783

Please sign in to comment.