blob: da41d26e3c8a9c2b1d1ade27bfa75869755f9b75 [file] [log] [blame]
{
"name": "TTAlertView",
"version": "0.0.2",
"summary": "TTAlertView is a drop-in replacement for UIAlertView that allows the developer to customize the presentation of an alert.",
"homepage": "https://github.com/twotoasters/TTAlertView",
"license": "MIT",
"authors": "Two Toasters",
"source": {
"git": "https://github.com/twotoasters/TTAlertView.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "5.1"
},
"source_files": "TTAlertView/*.{h,m}",
"frameworks": "QuartzCore",
"requires_arc": true
}