[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 1 / f / e / LDZFUIKit / 0.1.6 / LDZFUIKit.podspec.json
blobc8bb56af99d5f1e11b4e31bc1abf23f8a0779ff7
2   "name": "LDZFUIKit",
3   "version": "0.1.6",
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.6"
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       },
84       "source_files": "LDZFUIKit/**/UIComponents/LdzfDialogView/*.{h,m}"
85     },
86     {
87       "name": "LdzfCardView",
88       "source_files": "LDZFUIKit/**/UIComponents/LdzfCardView/*.{h,m}"
89     }
90   ]