[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 1 / f / e / LDZFUIKit / 0.1.2 / LDZFUIKit.podspec.json
blob5c42c82402d90d1785965e2c502270d4f79f0565
2   "name": "LDZFUIKit",
3   "version": "0.1.2",
4   "summary": "A short description of LDZFUIKit.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/ZiOS-Repo/LDZFUIKit",
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/LDZFUIKit.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "public_header_files": "LDZFUIKit/**/LDZFUIKit.h",
22   "source_files": "LDZFUIKit/**/LDZFUIKit.h",
23   "subspecs": [
24     {
25       "name": "LDZFImageView",
26       "dependencies": {
27         "SDWebImage": [
29         ]
30       },
31       "source_files": "LDZFUIKit/**/UIComponents/LDZFImageView/*.{h,m}"
32     },
33     {
34       "name": "LDZFRotateView",
35       "source_files": "LDZFUIKit/**/UIComponents/LDZFRotateView/*.{h,m}"
36     },
37     {
38       "name": "LDZFGridView",
39       "source_files": "LDZFUIKit/**/UIComponents/LDZFGridView/*.{h,m}"
40     },
41     {
42       "name": "LDZFCircleView",
43       "dependencies": {
44         "LDZFEasing": [
46         ]
47       },
48       "source_files": "LDZFUIKit/**/UIComponents/LDZFCircleView/*.{h,m}"
49     },
50     {
51       "name": "LDZFLabel",
52       "dependencies": {
53         "LDZFCategories": [
55         ]
56       },
57       "source_files": "LDZFUIKit/**/UIComponents/LDZFLabel/*.{h,m}"
58     },
59     {
60       "name": "LDZFBadgeView",
61       "dependencies": {
62         "LDZFCategories": [
64         ]
65       },
66       "source_files": "LDZFUIKit/**/UIComponents/LDZFBadgeView/*.{h,m}"
67     },
68     {
69       "name": "LDZFCustomPickerView",
70       "dependencies": {
71         "LDZFCategories": [
73         ]
74       },
75       "source_files": "LDZFUIKit/**/UIComponents/LDZFCustomPickerView/*.{h,m}"
76     },
77     {
78       "name": "LDZFDialogView",
79       "dependencies": {
80         "LDZFCategories": [
82         ],
83         "JXCategoryKit": [
85         ]
86       },
87       "source_files": "LDZFUIKit/**/UIComponents/LDZFDialogView/*.{h,m}"
88     },
89     {
90       "name": "LDZFCardView",
91       "source_files": "LDZFUIKit/**/UIComponents/LDZFCardView/*.{h,m}"
92     }
93   ]