Skip to content

Commit

Permalink
[Yoga] Increment Yoga version to current, 1.5.0. (#91)
Browse files Browse the repository at this point in the history
* [Yoga] Increment Yoga version to current, 1.3.0

Everything seems to build fine with this version, so I'll
seek clarifying information from the reporter of this bug:

#25

* Update Yoga version to 1.5.0
  • Loading branch information
appleguy authored and maicki committed May 19, 2017
1 parent 6db8cc1 commit 4e2b9b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Texture.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ Pod::Spec.new do |spec|
igl.dependency 'IGListKit', '2.1.0'
igl.dependency 'Texture/Core'
end

spec.subspec 'Yoga' do |yoga|
yoga.xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) YOGA=1' }
yoga.dependency 'Yoga', '1.0.2'
yoga.dependency 'Yoga', '1.5.0'
yoga.dependency 'Texture/Core'
end

Expand Down

0 comments on commit 4e2b9b9

Please sign in to comment.