Allow Yoga Pod to be built on any platform #821

Closed
pablosichert wants to merge 3 commits from master into master
Showing only changes of commit 9404045ec3 - Show all commits

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 = {