We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7cc1be commit df3a6a6Copy full SHA for df3a6a6
FlexLayout.podspec
@@ -10,7 +10,7 @@ Pod::Spec.new do |spec|
10
spec.platform = :ios, "12.0"
11
spec.source = { :git => "https://github.com/lucdion/FlexLayout.git", :tag => "#{spec.version}" }
12
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"
+ spec.public_header_files = "Sources/YogaKit/include/YogaKit/*.h"
14
spec.libraries = 'c++'
15
16
# Should match yoga_defs.bzl + BUCK configuration
0 commit comments