blob: c291ea344896c074a1b661c238c78935c4fa1be7 [file] [log] [blame]
{
"name": "SKAsyncGLViewController",
"version": "1.0.4",
"summary": "Asynchronious OpenGL (OpenGLSE2/OpenGLSE3) 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": "1.0.4"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"dependencies": {
"RDRIntermediateTarget": [
]
}
}