[Add] MapboxCommon 24.10.0-daily-2024-12-24-04-25
[CocoaPods.git] / Specs / 4 / 1 / b / KAlertViewController / 0.0.4 / KAlertViewController.podspec.json
blobe01ee0539b5f4a9ea1cc15b31b0e29a1bc173932
2   "name": "KAlertViewController",
3   "version": "0.0.4",
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.4"
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"