From 1cfab3d5bd1f834735c41a8eb670a1daafa5e104 Mon Sep 17 00:00:00 2001 From: Jonas Salling Date: Thu, 8 Oct 2020 14:51:33 +0200 Subject: [PATCH] Update Yoga.podspec bumped version + excluding swiftpm include directory --- Yoga.podspec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Yoga.podspec b/Yoga.podspec index 2b09977d..69614496 100644 --- a/Yoga.podspec +++ b/Yoga.podspec @@ -5,7 +5,7 @@ Pod::Spec.new do |spec| spec.name = 'Yoga' - spec.version = '1.14.0' + spec.version = '1.18.0' spec.license = { :type => 'MIT', :file => "LICENSE" } spec.homepage = 'https://yogalayout.com/' spec.documentation_url = 'https://yogalayout.com/docs' @@ -33,6 +33,7 @@ Pod::Spec.new do |spec| '-fPIC' ] spec.source_files = 'yoga/**/*.{c,h,cpp}' + spec.exclude_files = 'yoga/include' spec.public_header_files = 'yoga/{Yoga,YGEnums,YGMacros,YGNode,YGStyle,YGValue}.h' end