blob: 83c0cd6b27ce81d1f9895850846c700f6b9a8149 [file] [log] [blame]
{
"name": "CCMPopup",
"version": "1.1.0",
"summary": "The CCMPopup is a nice controller transition animation that makes the view pop from the middle of the screen",
"description": " The CCMPopup is a nice controller transition animation that makes the view pop from the middle of the screen. It can be easily used with a segue right from storyboard, or with apples `presentViewController:animated:completion:` method, and dismissed just as easily with the `dismissViewControllerAnimated:completion:` method.\n",
"homepage": "https://github.com/cacmartinez/CCMPopup",
"screenshots": "https://raw.githubusercontent.com/cacmartinez/CCMPopup/master/Screenshots/screenshot.PNG",
"license": "APACHE 2.0",
"authors": {
"Carlos Compean": "ccompean@icalialabs.com"
},
"source": {
"git": "https://github.com/cacmartinez/CCMPopup.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "CCMPopup/**/*.{h,m}"
}