[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / e / a / 7 / CRJAlertDialog / 0.1.1001 / CRJAlertDialog.podspec.json
blob324c91e24ea2eb017ff1744f44deb94f3b18cbb1
2   "name": "CRJAlertDialog",
3   "version": "0.1.1001",
4   "summary": "A short description of CRJAlertDialog.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/CelestialRotatingJade/CRJAlertDialog",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zhuyuhui434@gmail.com": "zhuyuhui434@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/CelestialRotatingJade/CRJAlertDialog.git",
16     "tag": "0.1.1001"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "public_header_files": "CRJAlertDialog/**/CRJAlertDialog.h",
22   "source_files": "CRJAlertDialog/**/CRJAlertDialog.h",
23   "resource_bundles": {
24     "CRJAlertDialog": [
25       "CRJAlertDialog/Assets/*.png"
26     ]
27   },
28   "subspecs": [
29     {
30       "name": "BaseDialog",
31       "source_files": "CRJAlertDialog/**/BaseDialog/*.{h,m}",
32       "dependencies": {
33         "CRJCategories": [
35         ],
36         "Masonry": [
38         ],
39         "CRJTransitionAnimator": [
41         ]
42       }
43     },
44     {
45       "name": "DateDialog",
46       "source_files": "CRJAlertDialog/**/DateDialog/*.{h,m}",
47       "dependencies": {
48         "CRJAlertDialog/BaseDialog": [
50         ]
51       }
52     },
53     {
54       "name": "SingleChoiceDialog",
55       "source_files": "CRJAlertDialog/**/SingleChoiceDialog/*.{h,m}",
56       "dependencies": {
57         "CRJAlertDialog/BaseDialog": [
59         ]
60       }
61     },
62     {
63       "name": "MultiChoiceDialog",
64       "source_files": "CRJAlertDialog/**/MultiChoiceDialog/*.{h,m}",
65       "dependencies": {
66         "CRJAlertDialog/BaseDialog": [
68         ]
69       }
70     }
71   ]