Skip to content

Commit

Permalink
Merge pull request #103 from antoinelamy/master
Browse files Browse the repository at this point in the history
Add c++ library dependency
  • Loading branch information
lucdion authored Jul 23, 2018
2 parents fb1ed06 + afd20ba commit af6d492
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions FlexLayout.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Pod::Spec.new do |spec|
spec.source = { :git => "https://github.com/lucdion/FlexLayout.git", :tag => "#{spec.version}" }
spec.source_files = "Sources/**/*.{swift,h,m,mm,cpp,c}"
spec.public_header_files = "Sources/yoga/{Yoga,YGEnums,YGMacros}.h", "Sources/YogaKit/{UIView+Yoga,YGLayout}.h"
spec.libraries = 'c++'

# Should match yoga_defs.bzl + BUCK configuration
spec.compiler_flags = [
Expand Down

0 comments on commit af6d492

Please sign in to comment.