[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 4 / 1 / b / KAlertViewController / 0.0.5 / KAlertViewController.podspec.json
blob04f8c0c7ea114d891d624c264e9a0687afa16b65
2   "name": "KAlertViewController",
3   "version": "0.0.5",
4   "summary": "A alert library for iOS",
5   "description": "KAlertViewController is a custom alert view.\nIt is applicable to the daily development of common frame requirements.\n\nInstructions for installation\nare in [the README](https://github.com/ripplek/KAlertViewController).",
6   "homepage": "https://github.com/ripplek/KAlertViewController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "张坤": "ripple_k@163.com"
13   },
14   "source": {
15     "git": "https://github.com/ripplek/KAlertViewController.git",
16     "tag": "0.0.5"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": [
22     "KAlertViewController/AlertController/*.swift",
23     "KAlertViewController/AlertView/*.swift",
24     "KAlertViewController/Animations/*.swift"
25   ],
26   "frameworks": "UIKit",
27   "requires_arc": true,
28   "pushed_with_swift_version": "4.0"