[Yoga] Increment Yoga version to current, 1.5.0. (#91)

* [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:

https://github.com/TextureGroup/Texture/issues/25

* Update Yoga version to 1.5.0
This commit is contained in:
appleguy
2017-05-19 07:09:48 -07:00
committed by Michael Schneider
parent 6db8cc1551
commit 4e2b9b90a2

View File

@@ -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