Explicitly state platform requirements (derived from the defaults on cocoapods.org)

This commit is contained in:
Pablo Sichert
2018-12-07 19:58:17 +01:00
parent 9404045ec3
commit e0c30a44b9

View File

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