We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb1ed06 + afd20ba commit af6d492Copy full SHA for af6d492
FlexLayout.podspec
@@ -11,6 +11,7 @@ Pod::Spec.new do |spec|
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/{Yoga,YGEnums,YGMacros}.h", "Sources/YogaKit/{UIView+Yoga,YGLayout}.h"
14
+ spec.libraries = 'c++'
15
16
# Should match yoga_defs.bzl + BUCK configuration
17
spec.compiler_flags = [
0 commit comments