[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 1 / 4 / glues / 1.5 / glues.podspec.json
blob88d41327f6a500c55ad8e7a74c954dc8d3656528
2   "name": "glues",
3   "version": "1.5",
4   "summary": "GLU 1.3 port for OpenGL ES 1.0 (CM) and above.",
5   "license": "SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)",
6   "homepage": "https://github.com/lunixbochs/glues",
7   "authors": [
8     "Ryan Hileman",
9     "Mike Gorchak"
10   ],
11   "source": {
12     "git": "https://github.com/lunixbochs/glues.git",
13     "tag": "1.5"
14   },
15   "platforms": {
16     "ios": "5.0"
17   },
18   "compiler_flags": "-DLIBRARYBUILD -D__USE_SDL_GLES__=1 -D__IPHONEOS__",
19   "requires_arc": false,
20   "source_files": [
21     "include/**/*.h",
22     "source/**/*.{cc,c,i,h}"
23   ],
24   "header_mappings_dir": "include/",
25   "frameworks": "OpenGLES",
26   "libraries": "c++"