From ada69a7c43a6ea405e871cf4f6eefe3522bf39b2 Mon Sep 17 00:00:00 2001 From: Recep Aslantas Date: Sun, 22 Apr 2018 10:14:17 +0300 Subject: [PATCH] fix cocoapods validation errors --- cglm.podspec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/cglm.podspec b/cglm.podspec index d9faadb..150ca86 100644 --- a/cglm.podspec +++ b/cglm.podspec @@ -19,9 +19,8 @@ cglm is math library for graphics programming for C. It is similar to original g s.source = { :git => "https://github.com/recp/cglm.git", :tag => "v#{s.version}" } s.source_files = "src", "include/cglm/**/*.h" s.public_header_files = "include", "include/cglm/**/*.h" - s.private_header_files = "src/**/*.h" - s.exclude_files = "src/win/*", "src/dllmain.c" - s.preserve_path = "include" + s.exclude_files = "src/win/*", "src/dllmain.c", "src/**/*.h" + s.preserve_paths = "include", "src" s.header_mappings_dir = "include" # Linking