blob: a34eb5a2d74d2b52d2c3cf9d659fea42c227f197 [file] [log] [blame]
{
"name": "DZPopupController",
"platforms": {
"ios": "5.0"
},
"version": "1.4",
"license": "MIT",
"summary": "A controller for representing modal, popup-style content on iPhone.",
"homepage": "https://github.com/zwaldowski/DZPopupController",
"authors": {
"Zachary Waldowski": "zwaldowski@gmail.com"
},
"source": {
"git": "https://github.com/zwaldowski/DZPopupController.git",
"tag": "v1.4"
},
"description": "DZPopupController is a floating UI component. It is a modal, iPhone-only controller resembling a mix between UIPopoverController crossed with UIAlertView.",
"source_files": "DZPopupController/*.{h,m}",
"frameworks": "QuartzCore",
"requires_arc": true
}