Skip to content

Commit df3a6a6

Browse files
committed
chore: remove unnecessary public header
1 parent b7cc1be commit df3a6a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FlexLayout.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Pod::Spec.new do |spec|
1010
spec.platform = :ios, "12.0"
1111
spec.source = { :git => "https://github.com/lucdion/FlexLayout.git", :tag => "#{spec.version}" }
1212
spec.source_files = "Sources/**/*.{swift,h,m,mm,cpp,c}"
13-
spec.public_header_files = "Sources/yoga/include/yoga/*.h", "Sources/YogaKit/include/YogaKit/*.h"
13+
spec.public_header_files = "Sources/YogaKit/include/YogaKit/*.h"
1414
spec.libraries = 'c++'
1515

1616
# Should match yoga_defs.bzl + BUCK configuration

0 commit comments

Comments
 (0)