blob: df0b8169153af5195d9253e730b807c9e9a24eb3 [file] [log] [blame]
{
"name": "klAlert",
"version": "1.0.7",
"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.7"
},
"social_media_url": "https://twitter.com/kenlaws",
"swift_version": "4.2",
"platforms": {
"ios": "11.0"
},
"source_files": "klAlert/Classes/**/*"
}