[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 6 / 1 / c / klAlert / 1.0.2 / klAlert.podspec.json
blob8c48cc7e7400a4c59fe5850e48d7e48c9a80ef7a
2   "name": "klAlert",
3   "version": "1.0.2",
4   "summary": "Simple one call alerts with completions in Swift.",
5   "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.",
6   "homepage": "https://github.com/kenlaws/klAlert",
7   "license": "MIT",
8   "authors": {
9     "Ken Laws": "pods@kenlaws.com"
10   },
11   "social_media_url": "https://twitter.com/kenlaws",
12   "platforms": {
13     "ios": "9.0"
14   },
15   "source": {
16     "git": "https://github.com/kenlaws/klAlert.git",
17     "tag": "1.0.2"
18   },
19   "source_files": "klAlert",
20   "frameworks": "UIKit",
21   "requires_arc": true,
22   "pushed_with_swift_version": "3.0"