blob: ef56238dce708a4070d9065d34e2422aecbedafe [file] [log] [blame]
{
"name": "GC3DFlipTransitionStyleSegue",
"version": "1.0.0",
"summary": "iBooks-style 3D flip transition animation rendered in OpenGL ES 2.0 and wrapped in a UIStoryboardSegue subclass.",
"homepage": "https://github.com/GlennChiu/GC3DFlipTransitionStyleSegue",
"license": {
"type": "zlib",
"text": "\t\tCopyright (c) 2013 Glenn Chiu\n\n\t\tThis software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.\n\n\t\tPermission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:\n\n\t\tThe origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.\n\n\t\tAltered source versions must be plainly marked as such, and must not be misrepresented as being the original software.\n\n\t\tThis notice may not be removed or altered from any source distribution.\n"
},
"authors": {
"Glenn Chiu": "glenn@glennchiu.com"
},
"source": {
"git": "https://github.com/GlennChiu/GC3DFlipTransitionStyleSegue.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "GC3DFlipTransitionStyleSegue.{h,m}",
"resources": "wood.jpg",
"frameworks": [
"QuartzCore",
"GLKit",
"OpenGLES"
],
"requires_arc": true
}