Skip to content

Commit 0775783

Browse files
committed
Merge pull request #85 from bjarkehs/fix_rac_dependency_podspec
We require 4.0.1 of RAC to work
2 parents ee29c95 + 3b239b9 commit 0775783

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Rex.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Pod::Spec.new do |s|
1919
s.tvos.deployment_target = '9.0'
2020

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

0 commit comments

Comments
 (0)