[Add] RegulaCommonNightly 7.5.947
[CocoaPods.git] / Specs / c / 0 / 5 / LDZFAlertDialog / 0.1.0 / LDZFAlertDialog.podspec.json
bloba0872a8a9c673f5aea103dc1f2c96c8e7ec73be7
2   "name": "LDZFAlertDialog",
3   "version": "0.1.0",
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.0"
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/*.png"
26     ]
27   },
28   "subspecs": [
29     {
30       "name": "BaseDialog",
31       "source_files": "LDZFAlertDialog/**/BaseDialog/*.{h,m}",
32       "dependencies": {
33         "LDZFCategories": [
35         ],
36         "LDZFGeneralTools": [
38         ],
39         "Masonry": [
41         ]
42       }
43     },
44     {
45       "name": "DateDialog",
46       "source_files": "LDZFAlertDialog/**/DateDialog/*.{h,m}",
47       "dependencies": {
48         "LDZFAlertDialog/BaseDialog": [
50         ]
51       }
52     },
53     {
54       "name": "SingleChoiceDialog",
55       "source_files": "LDZFAlertDialog/**/SingleChoiceDialog/*.{h,m}",
56       "dependencies": {
57         "LDZFAlertDialog/BaseDialog": [
59         ],
60         "LDZFCustomPickerView": [
62         ]
63       }
64     },
65     {
66       "name": "MultiChoiceDialog",
67       "source_files": "LDZFAlertDialog/**/MultiChoiceDialog/*.{h,m}",
68       "dependencies": {
69         "LDZFAlertDialog/BaseDialog": [
71         ]
72       }
73     }
74   ]