Skip to content

Commit

Permalink
[podspec] Add version constraint to Yoga dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
alloy committed Jan 27, 2017
1 parent 8048d72 commit 58b8fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion React.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Pod::Spec.new do |s|
s.cocoapods_version = ">= 1.2.0.beta.1"

s.subspec "Core" do |ss|
ss.dependency "Yoga"
ss.dependency "Yoga", "~> 1.0"
ss.dependency "React/cxxreact"
ss.source_files = "React/**/*.{c,h,m,mm,S}"
ss.exclude_files = "**/__tests__/*", "IntegrationTests/*", "React/**/RCTTVView.*", "ReactCommon/yoga/*"
Expand Down

0 comments on commit 58b8fa9

Please sign in to comment.