From c52c7cdd1e289656cb22f5ae82a7766790c94bc5 Mon Sep 17 00:00:00 2001 From: Pritesh Nandgaonkar Date: Wed, 16 May 2018 06:44:38 -0700 Subject: [PATCH] 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 --- Yoga.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Yoga.podspec b/Yoga.podspec index e56fa27b..009017c6 100644 --- a/Yoga.podspec +++ b/Yoga.podspec @@ -13,7 +13,7 @@ Pod::Spec.new do |spec| :git => 'https://github.com/facebook/yoga.git', :tag => '1.8.0', } - spec.osx.deployment_target = '10.13' + spec.platforms = { :ios => "8.0", :tvos => "10.0" } spec.module_name = 'yoga' spec.requires_arc = false spec.compiler_flags = [