blob: c95463ca2453c38144475f5eac5a96d5a42dba3d [file] [log] [blame]
{
"name": "VLBAlertViews",
"version": "1.0",
"summary": "An API that uses blocks with UIAlertView(s), adds support for multiple delegates and introduces local scope to a UIAlertViewDelegate.",
"homepage": "https://github.com/qnoid/VLBAlertViews",
"license": "MIT",
"authors": {
"Markos Charatzas": "markos@qnoid.com"
},
"source": {
"git": "https://github.com/qnoid/VLBAlertViews.git",
"tag": "1.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "VLBAlertViews/**/*.{h,m}",
"prefix_header_file": "VLBAlertViews/VLBAlertViews-Prefix.pch",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"VLBFoundation": [
]
},
"requires_arc": true
}