| { |
| "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 |
| } |