Updating Yoga podspec to support define modules for Swift dependends

This commit is contained in:
Marc Terns
2018-07-10 18:23:54 -05:00
parent a67c555320
commit 923af862a1

View File

@@ -16,6 +16,9 @@ Pod::Spec.new do |spec|
spec.platforms = { :ios => "8.0", :tvos => "10.0" }
spec.module_name = 'yoga'
spec.requires_arc = false
spec.pod_target_xcconfig = {
'DEFINES_MODULE' => 'YES'
}
spec.compiler_flags = [
'-fno-omit-frame-pointer',
'-fexceptions',