fixing pod

This commit is contained in:
Jonas Salling
2020-10-09 11:49:33 +02:00
parent 91bb4139c4
commit ad32aee26b
3 changed files with 5 additions and 2 deletions

View File

@@ -33,6 +33,7 @@ Pod::Spec.new do |spec|
'-fPIC'
]
spec.source_files = 'yoga/**/*.{c,h,cpp}'
spec.public_header_files = 'yoga/apple-public/umbrella.h'
spec.exclude_files = 'yoga/swiftpm-support/*.h'
spec.public_header_files = 'yoga/{Yoga,YGEnums,YGMacros,YGNode,YGStyle,YGValue}.h'
end