blob: e33fe82642425a50a08432381dcae99a79cda804 [file] [log] [blame]
{
"name": "klAlert",
"version": "1.0.1",
"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": "MIT",
"authors": {
"Ken Laws": "pods@kenlaws.com"
},
"social_media_url": "https://twitter.com/kenlaws",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/kenlaws/klAlert.git",
"tag": "1.0.1"
},
"source_files": "klAlert",
"frameworks": "UIKit",
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}