blob: cc4e0a460db467f0758c67636764acb5f7249a93 [file] [log] [blame]
{
"name": "GLView",
"version": "1.6.1",
"license": "zlib",
"summary": "Simple library for displaying OpenGL cimages and models on iOS.",
"description": " GLView is a collection of classes designed to make it as easy as possible to get up and running with OpenGL functionality within an iOS app.\n The GLImage and GLImageView classes make it possible to load and display PVR formatted images and video clips in your app without needing to know any OpenGL whatsoever. See more about PVR images and video below.\n The GLModel and GLModelView classes allow you to load a 3D model using the popular WaveFront .obj format and display it in a view, again without needing to know anything about OpenGL.\n The GLView library is modular. If you don't want to render 3D models you can omit the Models classes and the rest of the library will still work. If you aren't interested in loading and displaying images and just want a basic OpenGL context set up for you, you can omit the Images and Models classes.\n",
"homepage": "https://github.com/nicklockwood/GLView",
"authors": {
"Nick Lockwood": "support@charcoaldesign.co.uk"
},
"source": {
"git": "https://github.com/nicklockwood/GLView.git",
"tag": "1.6.1"
},
"platforms": {
"ios": "4.3"
},
"source_files": [
"GLView/Core/",
"GLView/Images/",
"GLView/Models/"
],
"frameworks": [
"QuartzCore",
"OpenGLES"
],
"requires_arc": true
}