[YogaKit] add YogaKit.h to public headers.

This commit is contained in:
vvveiii
2020-08-15 18:49:08 +08:00
parent 3d19f52ba3
commit ac326555b9
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ podspec = Pod::Spec.new do |spec|
# https://twitter.com/krzyzanowskim/status/1151549874653081601?s=21
spec.pod_target_xcconfig = {"LD_VERIFY_BITCODE": "NO"}
spec.source_files = 'YogaKit/Source/*.{h,m,swift}'
spec.public_header_files = 'YogaKit/Source/{YGLayout,UIView+Yoga}.h'
spec.public_header_files = 'YogaKit/Source/{YGLayout,UIView+Yoga,YogaKit}.h'
spec.private_header_files = 'YogaKit/Source/YGLayout+Private.h'
spec.swift_version = '5.1'
spec.static_framework = true