Skip to content

Commit afd20ba

Browse files
committed
Add c++ library dependency
1 parent fb1ed06 commit afd20ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

FlexLayout.podspec

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Pod::Spec.new do |spec|
1111
spec.source = { :git => "https://github.com/lucdion/FlexLayout.git", :tag => "#{spec.version}" }
1212
spec.source_files = "Sources/**/*.{swift,h,m,mm,cpp,c}"
1313
spec.public_header_files = "Sources/yoga/{Yoga,YGEnums,YGMacros}.h", "Sources/YogaKit/{UIView+Yoga,YGLayout}.h"
14+
spec.libraries = 'c++'
1415

1516
# Should match yoga_defs.bzl + BUCK configuration
1617
spec.compiler_flags = [

0 commit comments

Comments
 (0)