[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / a / 6 / cglm / 0.7.9 / cglm.podspec.json
blobcd74484dcef9433711e3a3c400550c046e3c60f9
2   "name": "cglm",
3   "version": "0.7.9",
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",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Recep Aslantas": "recp@acm.org"
14   },
15   "source": {
16     "git": "https://github.com/recp/cglm.git",
17     "tag": "v0.7.9"
18   },
19   "source_files": [
20     "src",
21     "include/cglm/**/*.h"
22   ],
23   "public_header_files": [
24     "include",
25     "include/cglm/**/*.h"
26   ],
27   "exclude_files": [
28     "src/win/*",
29     "src/dllmain.c",
30     "src/**/*.h"
31   ],
32   "preserve_paths": [
33     "include",
34     "src"
35   ],
36   "header_mappings_dir": "include",
37   "libraries": "m",
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"
44   },
45   "platforms": {
46     "osx": null,
47     "ios": null,
48     "tvos": null,
49     "watchos": null
50   }