[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / a / 6 / cglm / 0.4.9 / cglm.podspec.json
blob03d023ea1fcab18d778e3d6e19a749310348de22
2   "name": "cglm",
3   "version": "0.4.9",
4   "summary": "📽 Optimized OpenGL/Graphics Math (glm) for C",
5   "description": "cglm is math library for graphics programming for C. It is similar to original glm but it is written for C instead of C++ (you can use here too). 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.4.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   "platforms": {
39     "osx": null,
40     "ios": null,
41     "tvos": null,
42     "watchos": null
43   }