mirror of
https://github.com/recp/cglm.git
synced 2026-01-01 21:18:12 +00:00
fix cocoapods validation errors
This commit is contained in:
@@ -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 = { :git => "https://github.com/recp/cglm.git", :tag => "v#{s.version}" }
|
||||||
s.source_files = "src", "include/cglm/**/*.h"
|
s.source_files = "src", "include/cglm/**/*.h"
|
||||||
s.public_header_files = "include", "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", "src/**/*.h"
|
||||||
s.exclude_files = "src/win/*", "src/dllmain.c"
|
s.preserve_paths = "include", "src"
|
||||||
s.preserve_path = "include"
|
|
||||||
s.header_mappings_dir = "include"
|
s.header_mappings_dir = "include"
|
||||||
|
|
||||||
# Linking
|
# Linking
|
||||||
|
|||||||
Reference in New Issue
Block a user