blob: 8c6903d735296e40f544732628707104ba97eddc [file] [log] [blame]
{
"name": "MTBlockAlertView",
"version": "0.1.1",
"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.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": "MTBlockAlertView/MTBlockAlertView/*.{h,m}",
"requires_arc": true
}