Allow Yoga to be built on any platform

This commit is contained in:
Pablo Sichert
2018-10-06 16:08:44 +02:00
parent 6b7f6980f9
commit 9404045ec3

View File

@@ -19,7 +19,6 @@ Pod::Spec.new do |spec|
:git => 'https://github.com/facebook/yoga.git',
:tag => spec.version.to_s,
}
spec.platforms = { :ios => "8.0", :tvos => "10.0" }
spec.module_name = 'yoga'
spec.requires_arc = false
spec.pod_target_xcconfig = {