Yoga Podspec: Export YGNode and YGStyle headers

This commit is contained in:
empyrical
2020-04-09 21:28:15 -06:00
parent f7bc0ad248
commit c746345b94
3 changed files with 11 additions and 1 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,YGValue}.h'
spec.public_header_files = 'yoga/{Yoga,YGEnums,YGMacros,YGNode,YGStyle,YGValue}.h'
end