blob: 6aa1a8fd821358099cbebc07181837d0bd99cc1e [file] [log] [blame]
{
"name": "MFFadeBackModalAnimation",
"version": "0.0.1",
"license": "BSD",
"summary": "A UIViewController category implementing a modal \"fade back\" animation similar to the iOS Gmail app's compose functionality.",
"homepage": "https://github.com/mikefrederick/MFFadeBackModalAnimation",
"authors": {
"Michael Frederick": "mike@viamike.com"
},
"source": {
"git": "https://github.com/mikefrederick/MFFadeBackModalAnimation.git",
"tag": "0.0.1"
},
"platforms": {
"ios": null
},
"requires_arc": true,
"source_files": "UIViewController+MFFadeBackModalAnimation/*.{h,m}",
"frameworks": "QuartzCore"
}