[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / e / a / 7 / CRJAlertDialog / 0.1.0 / CRJAlertDialog.podspec.json
blob79847e4392aab3d9476a828ba3feca379245f5ff
2   "name": "CRJAlertDialog",
3   "version": "0.1.0",
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.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "public_header_files": "CRJAlertDialog/**/CRJAlertDialog.h",
22   "source_files": "CRJAlertDialog/**/CRJAlertDialog.h",
23   "subspecs": [
24     {
25       "name": "BaseDialog",
26       "source_files": "CRJAlertDialog/**/BaseDialog/*.{h,m}",
27       "dependencies": {
28         "CRJCategories": [
30         ],
31         "Masonry": [
33         ],
34         "CRJTransitionAnimator": [
36         ]
37       }
38     },
39     {
40       "name": "DateDialog",
41       "source_files": "CRJAlertDialog/**/DateDialog/*.{h,m}",
42       "dependencies": {
43         "CRJAlertDialog/BaseDialog": [
45         ]
46       }
47     },
48     {
49       "name": "SingleChoiceDialog",
50       "source_files": "CRJAlertDialog/**/SingleChoiceDialog/*.{h,m}",
51       "dependencies": {
52         "CRJAlertDialog/BaseDialog": [
54         ]
55       }
56     },
57     {
58       "name": "MultiChoiceDialog",
59       "source_files": "CRJAlertDialog/**/MultiChoiceDialog/*.{h,m}",
60       "dependencies": {
61         "CRJAlertDialog/BaseDialog": [
63         ]
64       }
65     }
66   ]