[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / c / 4 / 3 / CKAlertView / 0.5.0 / CKAlertView.podspec.json
blobbc9088c92156ef1d28b9e79f066e1f623e746b96
2   "name": "CKAlertView",
3   "version": "0.5.0",
4   "summary": "Custom Mutil Styles Alert View.",
5   "description": "Use simple code to display defined multi styles alert view.You can use String or NSAttributeString for text. Detail refer to README.md.",
6   "homepage": "https://github.com/kaich/CKAlertView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "kaich": "chengkai1853@163.com"
13   },
14   "source": {
15     "git": "https://github.com/kaich/CKAlertView.git",
16     "tag": "0.5.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "default_subspecs": "Core",
22   "frameworks": "AudioToolbox",
23   "dependencies": {
24     "SnapKit": [
26     ]
27   },
28   "requires_arc": true,
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": "CKAlertView/Classes/Core/**/*",
33       "resource_bundles": {
34         "CKAlertView": [
35           "CKAlertView/Assets/*.png"
36         ]
37       }
38     },
39     {
40       "name": "Extension",
41       "dependencies": {
42         "CKAlertView/Core": [
44         ],
45         "DACircularProgress": [
47         ],
48         "NVActivityIndicatorView": [
50         ]
51       },
52       "source_files": "CKAlertView/Classes/Extension/*"
53     }
54   ]