[YogaKit] add YogaKit.h to public headers.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user