Add YGValue to public headers

This commit is contained in:
Pablo Sichert
2018-12-07 20:07:33 +01:00
parent e0c30a44b9
commit da8128eaee

View File

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