blob: b5e86f656f1a090516eddd7813652cce63c1a088 [file] [log] [blame]
{
"name": "GLDebug",
"version": "0.1.0",
"summary": "GLDebug Is a lightweight OpenGLES Debug Tool.",
"description": "GLDebug Is a lightweight OpenGLES Debug Tool. It can solve the problem of reference caused by multi-threaded and multi-context.",
"homepage": "https://github.com/01098996/GLDebug",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ZhangXiaoJun": "124825961@qq.com"
},
"source": {
"git": "https://github.com/01098996/GLDebug.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Source/**/*",
"libraries": "c++",
"dependencies": {
"fishhook": [
"~>0.2"
]
}
}