[YogaKit] support macOS.

This commit is contained in:
vvveiii
2020-08-13 21:44:57 +08:00
parent 0d339b6754
commit 8608c92816
22 changed files with 1289 additions and 32 deletions

View File

@@ -19,7 +19,7 @@ podspec = Pod::Spec.new do |spec|
:tag => "1.18.0",
}
spec.platforms = { :ios => "8.0", :tvos => "9.0" }
spec.platforms = { :ios => "8.0", :osx => "10.9", :tvos => "9.0" }
spec.module_name = 'YogaKit'
spec.dependency 'Yoga', '~> 1.14.1'
# Fixes the bug related the xcode 11 not able to find swift related frameworks.