blob: dd8cc95fb9061d887fe5286451fab2e517a15163 [file] [log] [blame]
{
"name": "TLAlertView",
"version": "1.0.7",
"license": "MIT",
"summary": "A simple replacement for UIAlertView with block based completion methods and a 3D dismiss animation.",
"homepage": "https://github.com/tLewisII/TLAlertView",
"authors": {
"Terry Lewis II": "terry@ploverproductions.com"
},
"source": {
"git": "https://github.com/tLewisII/TLAlertView.git",
"tag": "v1.0.7"
},
"source_files": "TLAlertView/Source/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "6.0"
},
"ios": {
"frameworks": "QuartzCore"
}
}