blob: 05635a74a2f2cef1a1bbad353b7dbca132218a81 [file] [log] [blame]
{
"name": "CCTransition",
"version": "1.0.0",
"summary": "Library to customize transition animation in iOS 7",
"description": "CCTransition provides a convenient method to present view controllers with custom animation and interaction.\nYou can also easily create your own transition animations and apply them to your view controllers to make your app stand out.",
"screenshots": "https://raw.githubusercontent.com/xiongcaichang/CCTransition/master/Demo.gif",
"homepage": "https://github.com/xiongcaichang/CCTransition",
"social_media_url": "http://www.xiongcaichang.com",
"license": "MIT",
"authors": "xiongcaichang",
"platforms": {
"ios": "6.1"
},
"source": {
"git": "https://github.com/xiongcaichang/CCTransition.git",
"tag": "1.0.0"
},
"source_files": "Source/**/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true
}