[Add] ACWebSocketClient 0.1.0
[CocoaPods.git] / Specs / c / 0 / 5 / LDZFAlertDialog / 0.1.3 / LDZFAlertDialog.podspec.json
blobefd9c610060d178b5a2f19aeb10b399c2375e98a
2   "name": "LDZFAlertDialog",
3   "version": "0.1.3",
4   "summary": "A short description of LDZFAlertDialog.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/ZiOS-Repo/LDZFAlertDialog",
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/ZiOS-Repo/LDZFAlertDialog.git",
16     "tag": "0.1.3"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "public_header_files": "LDZFAlertDialog/**/LDZFAlertDialog.h",
22   "source_files": "LDZFAlertDialog/**/LDZFAlertDialog.h",
23   "resource_bundles": {
24     "LDZFAlertDialog": [
25       "LDZFAlertDialog/Assets/*"
26     ],
27     "LDZFAlertDialogExt": [
28       "LDZFAlertDialog/AssetsExt/*"
29     ]
30   },
31   "subspecs": [
32     {
33       "name": "BaseDialog",
34       "source_files": "LDZFAlertDialog/**/BaseDialog/*.{h,m}",
35       "dependencies": {
36         "LDZFCategories": [
38         ],
39         "LDZFGeneralTools": [
41         ],
42         "LDZFCommon": [
44         ],
45         "Masonry": [
47         ]
48       }
49     },
50     {
51       "name": "DateDialog",
52       "source_files": "LDZFAlertDialog/**/DateDialog/*.{h,m}",
53       "dependencies": {
54         "LDZFAlertDialog/BaseDialog": [
56         ]
57       }
58     },
59     {
60       "name": "SingleChoiceDialog",
61       "source_files": "LDZFAlertDialog/**/SingleChoiceDialog/*.{h,m}",
62       "dependencies": {
63         "LDZFAlertDialog/BaseDialog": [
65         ],
66         "LDZFPickerView": [
68         ]
69       }
70     },
71     {
72       "name": "MultiChoiceDialog",
73       "source_files": "LDZFAlertDialog/**/MultiChoiceDialog/*.{h,m}",
74       "dependencies": {
75         "LDZFAlertDialog/BaseDialog": [
77         ]
78       }
79     }
80   ]