blob: 644904879433202e41ba77629a490dab1a82fbc4 [file] [log] [blame]
{
"name": "VSAlert",
"version": "1.3.5",
"summary": "An drop-in replacement for UIAlertController with more power and better looks.",
"description": "An drop-in replacement for UIAlertController that looks a hell of a lot better, built in Objective-C. Based on Codedio's aweomse Swift library, PMAlertController.",
"homepage": "https://vsalert.io",
"license": {
"type": "Copyright",
"text": "MIT"
},
"authors": {
"Varun Santhanam": "talkto@vsanthanam.com"
},
"source": {
"git": "https://github.com/vsanthanam/VSAlert.git",
"tag": "1.3.5"
},
"platforms": {
"ios": "9.0"
},
"source_files": "VSAlert/*.{h,m}",
"public_header_files": "VSAlert/*.h",
"module_map": "VSAlert/Supporting/module.modulemap",
"documentation_url": "https://code.vsanthanam.com/VSAlert/Documentation/index.html",
"static_framework": true
}