blob: 8109cd5cee95f7faabc2aab90edef32ee9b05e9e [file] [log] [blame]
{
"name": "libGLTools",
"version": "0.1.0",
"summary": "OpenGL libGLTools.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/lgc107/libGLTools",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ljc107": "Harryljc@163.com"
},
"source": {
"git": "https://github.com/lgc107/libGLTools.git",
"tag": "0.1.0"
},
"platforms": {
"osx": "10.10"
},
"source_files": "libGLTools/Classes/**/*.{h,m}",
"vendored_libraries": "libGLTools/Classes/**/*.a",
"public_header_files": "libGLTools/Classes/**/*.h",
"frameworks": [
"OpenGL",
"GLUT"
]
}