blob: d9bb11119cfc03540771a1fde720a2e7b7151c5a [file] [log] [blame]
{
"name": "CWPopup",
"version": "1.2.5",
"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.2.5"
},
"source_files": "CWPopup",
"compiler_flags": "-fmodules",
"requires_arc": [
true,
"-fmodules"
]
}