[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / c / 0 / 5 / LDZFAlertDialog / 0.1.7 / LDZFAlertDialog.podspec.json
blob6e4d2083ab8fe6da687d81ae87376acec9620e7e
2   "name": "LDZFAlertDialog",
3   "version": "0.1.7",
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.7"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "public_header_files": "LDZFAlertDialog/LDZFAlertDialog.h",
22   "source_files": "LDZFAlertDialog/LDZFAlertDialog.h",
23   "subspecs": [
24     {
25       "name": "LDZFAlertDialogResources",
26       "resource_bundles": {
27         "LDZFAlertDialogResources": [
28           "LDZFAlertDialog/Resources/*.*"
29         ]
30       },
31       "pod_target_xcconfig": {
32         "EXPANDED_CODE_SIGN_IDENTITY": "",
33         "CODE_SIGNING_REQUIRED": "NO",
34         "CODE_SIGNING_ALLOWED": "NO"
35       }
36     },
37     {
38       "name": "Core",
39       "source_files": "LDZFAlertDialog/LDZFAlertDialog.h"
40     },
41     {
42       "name": "BaseDialog",
43       "source_files": "LDZFAlertDialog/BaseDialog/*.{h,m}",
44       "dependencies": {
45         "LDZFAlertDialog/Core": [
47         ],
48         "LDZFCategories": [
50         ],
51         "LDZFCommon": [
53         ],
54         "Masonry": [
56         ]
57       }
58     },
59     {
60       "name": "DateDialog",
61       "source_files": "LDZFAlertDialog/DateDialog/*.{h,m}",
62       "dependencies": {
63         "LDZFAlertDialog/BaseDialog": [
65         ]
66       }
67     },
68     {
69       "name": "SingleChoiceDialog",
70       "source_files": "LDZFAlertDialog/SingleChoiceDialog/*.{h,m}",
71       "dependencies": {
72         "LDZFAlertDialog/BaseDialog": [
74         ],
75         "LDZFPickerView": [
77         ]
78       }
79     },
80     {
81       "name": "MultiChoiceDialog",
82       "source_files": "LDZFAlertDialog/MultiChoiceDialog/*.{h,m}",
83       "dependencies": {
84         "LDZFAlertDialog/BaseDialog": [
86         ],
87         "LDZFAlertDialog/LDZFAlertDialogResources": [
89         ]
90       }
91     }
92   ]