Make all headers public and add #ifdef __cplusplus

This commit is contained in:
Janic Duplessis
2022-06-05 13:34:18 -04:00
parent 4d089ecc79
commit b312364956
10 changed files with 44 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,YGNode,YGStyle,YGValue}.h'
spec.public_header_files = 'yoga/*.h'
end