mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-28 00:39:56 +00:00
[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:
committed by
Michael Schneider
parent
6db8cc1551
commit
4e2b9b90a2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user