4 "summary": "📽 Highly Optimized Graphics Math (glm) for C",
5 "description": "cglm is math library for graphics programming for C. See the documentation or README for all features.",
6 "documentation_url": "http://cglm.readthedocs.io",
7 "homepage": "https://github.com/recp/cglm",
13 "Recep Aslantas": "recp@acm.org"
16 "git": "https://github.com/recp/cglm.git",
23 "public_header_files": [
36 "header_mappings_dir": "include",
38 "pod_target_xcconfig": {
39 "CLANG_ENABLE_MODULES": "NO",
40 "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
41 "CLANG_WARN_DOCUMENTATION_COMMENTS": "NO",
42 "GCC_C_LANGUAGE_STANDARD": "gnu11",
43 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GLM_TESTS_NO_COLORFUL_OUTPUT"