blob: c670d0d0b312ef681d57705750002d53220e7495 [file] [log] [blame]
{
"name": "GXTransition",
"version": "1.0.0",
"summary": "iOS常用转场动画(包括自定义和OC自带转场动画)Commonly used transition animation in iOS.(including custom transition animation and objective-c own transition animation.)",
"homepage": "https://github.com/gsyhei/GXTransition",
"license": "MIT",
"authors": {
"Gin": "279694479@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/gsyhei/GXTransition.git",
"tag": "1.0.0"
},
"requires_arc": true,
"source_files": "GXTransition",
"frameworks": [
"Foundation",
"UIKit"
]
}