blob: d575e8ab2a97577072ca985e37b294918b2aacbb [file] [log] [blame]
{
"name": "YUGLTransition",
"version": "0.1.0",
"summary": "OpenGL based transition for iOS. Based on GPUImage.",
"description": " The YUGLTransition is a library that lets you create GPU-based transition to UIView and UIViewController.\n\n It uses GPUImage for the rendering part.\n\n There're some ready-to-use transition effects, like ripple, swap, doorway, flash, flyeye, etc. And it allows you to create your own custom transitions by providing your custom transition filter.\n",
"homepage": "https://github.com/YuAo/YUGLTransition",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"YuAo": "me@imyuao.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/YuAo/YUGLTransition.git",
"tag": "0.1.0"
},
"source_files": "YUGLTransition/**/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"GPUImage": [
]
}
}