blob: f7753dce4b2b23a90eb619de8d3c8c9e13354974 [file] [log] [blame]
{
"name": "IPQuickModal",
"version": "0.1.2",
"summary": "A UIViewController category that makes showing modal view controllers easy.",
"homepage": "http://www.intrepid.io",
"description": " Quick way to display a modal view controller on iOS. Includes a default animation that requires iOS7. Does not restrict the modal size. Animations can be customized. It has callbacks for dismissal.\n",
"license": "MIT",
"authors": {
"Ying Quan Tan": "ying.quan.tan@gmail.com"
},
"source": {
"git": "https://github.com/brightredchilli/quick-modal.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/brightredchilli",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes"
}