[YogaKit] support tvOS

- add YogaKitTVSample target
This commit is contained in:
vvveiii
2020-08-13 20:44:27 +08:00
parent a902445203
commit 0d339b6754
32 changed files with 724 additions and 34 deletions

View File

@@ -19,9 +19,7 @@ podspec = Pod::Spec.new do |spec|
:tag => "1.18.0",
}
spec.platform = :ios
spec.ios.deployment_target = '8.0'
spec.ios.frameworks = 'UIKit'
spec.platforms = { :ios => "8.0", :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.