[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / c / 4 / 3 / CKAlertView / 0.1.3 / CKAlertView.podspec.json
blob0837a5eb477404544ba5919cd942954fc8607b46
2   "name": "CKAlertView",
3   "version": "0.1.3",
4   "summary": "Custom Mutil Styles Alert View.",
5   "description": "Use simple code to display defined multi styles alert view. 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.1.3"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "default_subspecs": "Core",
22   "frameworks": "UIKit",
23   "dependencies": {
24     "SnapKit": [
25       "~> 3.0.2"
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       },
49       "source_files": "CKAlertView/Classes/Extension/*"
50     }
51   ]