[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / c / 0 / 5 / LDZFAlertDialog / 0.1.5 / LDZFAlertDialog.podspec.json
blobcbb99ac9c276c8208f36c3d8f4c0a72d5f111b7b
2   "name": "LDZFAlertDialog",
3   "version": "0.1.5",
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.5"
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         "LDZFCommon": [
41         ],
42         "Masonry": [
44         ]
45       }
46     },
47     {
48       "name": "DateDialog",
49       "source_files": "LDZFAlertDialog/**/DateDialog/*.{h,m}",
50       "dependencies": {
51         "LDZFAlertDialog/BaseDialog": [
53         ]
54       }
55     },
56     {
57       "name": "SingleChoiceDialog",
58       "source_files": "LDZFAlertDialog/**/SingleChoiceDialog/*.{h,m}",
59       "dependencies": {
60         "LDZFAlertDialog/BaseDialog": [
62         ],
63         "LDZFPickerView": [
65         ]
66       }
67     },
68     {
69       "name": "MultiChoiceDialog",
70       "source_files": "LDZFAlertDialog/**/MultiChoiceDialog/*.{h,m}",
71       "dependencies": {
72         "LDZFAlertDialog/BaseDialog": [
74         ]
75       }
76     }
77   ]