blob: 9a654ef07e933e0d2e6b3d2a5b95389998709d65 [file] [log] [blame]
{
"name": "VSAlert",
"version": "1.3.1",
"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://github.com/vsanthanam/VSAlert",
"license": {
"type": "Copyright",
"text": "MIT"
},
"authors": {
"Varun Santhanam": "talkto@vsanthanam.com"
},
"source": {
"git": "https://github.com/vsanthanam/VSAlert.git",
"tag": "1.3.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "VSAlert/Src/*.{h,m}",
"public_header_files": "VSAlert/Src/*.h",
"module_map": "VSAlert/Supporting/module.modulemap"
}