[YogaKit] remove unused public headers from Yoga.

This commit is contained in:
vvveiii
2020-08-14 13:49:50 +08:00
parent 025f6a358f
commit 5521fb7149
2 changed files with 3 additions and 3 deletions

View File

@@ -33,6 +33,6 @@ Pod::Spec.new do |spec|
'-fPIC'
]
spec.source_files = 'yoga/**/*.{c,h,cpp}'
spec.public_header_files = 'yoga/{Yoga,YGEnums,YGMacros,YGNode,YGStyle,YGValue}.h'
spec.public_header_files = 'yoga/{Yoga,YGEnums,YGMacros,YGValue}.h'
spec.static_framework = true
end