From 5d7f8dc8834a1a73f8c77d8eb00d92c7a0b105f5 Mon Sep 17 00:00:00 2001 From: Coco <357426163@qq.com> Date: Sun, 8 Apr 2018 16:19:45 +0800 Subject: [PATCH] Update Yoga.podspec modify pod problem, Yoga not compatible with ios --- Yoga.podspec | 1 + 1 file changed, 1 insertion(+) diff --git a/Yoga.podspec b/Yoga.podspec index e56fa27b..369e373d 100644 --- a/Yoga.podspec +++ b/Yoga.podspec @@ -14,6 +14,7 @@ Pod::Spec.new do |spec| :tag => '1.8.0', } spec.osx.deployment_target = '10.13' + spec.ios.deployment_target = '6.0' spec.module_name = 'yoga' spec.requires_arc = false spec.compiler_flags = [ -- 2.50.1.windows.1