[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / 1 / c / klAlert / 1.0.6 / klAlert.podspec.json
blob204b529f8ec3f50f1c0d6631c2518dae2eeae7bf
2   "name": "klAlert",
3   "version": "1.0.6",
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": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "kenlaws": "pods@kenlaws.com"
13   },
14   "source": {
15     "git": "https://github.com/kenlaws/KLAlert.git",
16     "tag": "1.0.6"
17   },
18   "social_media_url": "https://twitter.com/kenlaws",
19   "swift_version": "4.2",
20   "platforms": {
21     "ios": "11.0"
22   },
23   "source_files": "KLAlert/Classes/**/*"