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