blob: 0fcfba5c8e2f8409b21f231ec95f15d3004dc20d [file] [log] [blame]
{
"name": "CWPopup",
"version": "1.0.1",
"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.0.1"
},
"source_files": "CWPopup",
"requires_arc": true
}