blob: f266f241e717ae836736abe7a1f4f59f0bd5204b [file] [log] [blame]
{
"name": "MTBlockAlertView",
"version": "0.1.0",
"summary": "An iOS Alert View that uses block-based delegation instead of protocols.",
"homepage": "https://github.com/mysterioustrousers/MTBlockAlertView",
"license": "MIT",
"authors": {
"Mysterious Trousers, LLC": "drycleanonly@mysterioustrousers.com",
"Parker Wightman": "parkerwightman@gmail.com"
},
"source": {
"git": "https://github.com/mysterioustrousers/MTBlockAlertView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "5.1"
},
"source_files": "MTBlockAlertView/MTBlockAlertView/*.{h,m}",
"requires_arc": true
}