Fix podspec issue
Summary: Fix yoga podspec issue. The newly released versiong of Yoga i.e 1.8.0 was not building on iOS. So fixing the bug. Want to use this pod in SonarKitLayout Reviewed By: emilsjolander Differential Revision: D8024641 fbshipit-source-id: c8d7279e654145199fbee6655909e1c10d8b2114
This commit is contained in:
committed by
Facebook Github Bot
parent
11200f3d75
commit
c52c7cdd1e
@@ -13,7 +13,7 @@ Pod::Spec.new do |spec|
|
|||||||
:git => 'https://github.com/facebook/yoga.git',
|
:git => 'https://github.com/facebook/yoga.git',
|
||||||
:tag => '1.8.0',
|
:tag => '1.8.0',
|
||||||
}
|
}
|
||||||
spec.osx.deployment_target = '10.13'
|
spec.platforms = { :ios => "8.0", :tvos => "10.0" }
|
||||||
spec.module_name = 'yoga'
|
spec.module_name = 'yoga'
|
||||||
spec.requires_arc = false
|
spec.requires_arc = false
|
||||||
spec.compiler_flags = [
|
spec.compiler_flags = [
|
||||||
|
Reference in New Issue
Block a user