blob: 6274716d71ce444329b5c0cda421df326f3f8ad8 [file] [log] [blame]
{
"name": "CWPopup",
"version": "1.1.2",
"summary": "A category on UIViewController to present a popup view controller.",
"description": "CWPopup adds a category on UIViewController to present a popup view controller. It offers an animated and non-animated presentation of the popup, similarly to presenting a modal controller or pushing a view controller.",
"homepage": "http://github.com/cezarywojcik/CWPopup",
"screenshots": "https://raw.github.com/cezarywojcik/CWPopup/master/screenshot.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Cezary Wojcik": "cezarywojcik@cezarywojcik.com"
},
"platforms": {
"ios": "4.3"
},
"source": {
"git": "https://github.com/cezarywojcik/CWPopup.git",
"tag": "1.1.2"
},
"source_files": "CWPopup",
"requires_arc": true
}