blob: 204b529f8ec3f50f1c0d6631c2518dae2eeae7bf [file] [log] [blame]
{
"name": "klAlert",
"version": "1.0.6",
"summary": "Simple one call alerts with completions in Swift.",
"description": "UIAlertController is pretty cool, but it means having to write a few lines of code where before one call was often all you'd need. KLAlert is a series of static functions that let you create and handle the results of a modern alert in just one call.",
"homepage": "https://github.com/kenlaws/KLAlert",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kenlaws": "pods@kenlaws.com"
},
"source": {
"git": "https://github.com/kenlaws/KLAlert.git",
"tag": "1.0.6"
},
"social_media_url": "https://twitter.com/kenlaws",
"swift_version": "4.2",
"platforms": {
"ios": "11.0"
},
"source_files": "KLAlert/Classes/**/*"
}