[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / 8 / 2 / a / GLDebug / 0.1.0 / GLDebug.podspec.json
blobb5e86f656f1a090516eddd7813652cce63c1a088
2   "name": "GLDebug",
3   "version": "0.1.0",
4   "summary": "GLDebug Is a lightweight OpenGLES Debug Tool.",
5   "description": "GLDebug Is a lightweight OpenGLES Debug Tool. It can solve the problem of reference caused by multi-threaded and multi-context.",
6   "homepage": "https://github.com/01098996/GLDebug",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ZhangXiaoJun": "124825961@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/01098996/GLDebug.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "Source/**/*",
22   "libraries": "c++",
23   "dependencies": {
24     "fishhook": [
25       "~>0.2"
26     ]
27   }