blob: d113a2df9f51ca232b5b590f98e3d835c0d44ecc [file] [log] [blame]
{
"name": "SKAsyncGLViewController",
"version": "0.0.7",
"summary": "Asynchronious OpenGL (OpenGLSE2) stack",
"description": "SKAsyncGLViewController - replacement for classical GLKit stack (GLKView + GLKViewController). It renders all your stuff in background GCD-thread and shows result on main thread.",
"homepage": "https://github.com/stephenkopylov/SKAsyncGLViewController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Stephen Kopylov": "stephen@expertoption.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/stephenkopylov/SKAsyncGLViewController.git",
"tag": "0.0.7"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"dependencies": {
"RDRIntermediateTarget": [
]
}
}