[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 1 / f / e / LDZFUIKit / 0.1.0 / LDZFUIKit.podspec.json
blobabd8aaa48777eecf5ee52dad63ca5bf4898d2a20
2   "name": "LDZFUIKit",
3   "version": "0.1.0",
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.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "LDZFUIKit/LDZFUIKit.h",
22   "subspecs": [
23     {
24       "name": "UIComponents",
25       "subspecs": [
26         {
27           "name": "LDZFImageView",
28           "dependencies": {
29             "SDWebImage": [
31             ]
32           },
33           "source_files": "LDZFUIKit/UIComponents/LDZFImageView/*.{h,m}"
34         },
35         {
36           "name": "LDZFRotateView",
37           "source_files": "LDZFUIKit/UIComponents/LDZFRotateView/*.{h,m}"
38         },
39         {
40           "name": "LDZFGridView",
41           "source_files": "LDZFUIKit/UIComponents/LDZFGridView/*.{h,m}"
42         },
43         {
44           "name": "LDZFCircleAnimationView",
45           "dependencies": {
46             "LDZFEasing": [
48             ]
49           },
50           "source_files": "LDZFUIKit/UIComponents/LDZFCircleAnimationView/*.{h,m}"
51         },
52         {
53           "name": "LDZFLabel",
54           "dependencies": {
55             "LDZFCategories": [
57             ]
58           },
59           "source_files": "LDZFUIKit/UIComponents/LDZFLabel/*.{h,m}"
60         },
61         {
62           "name": "LDZFBadgeView",
63           "dependencies": {
64             "LDZFCategories": [
66             ]
67           },
68           "source_files": "LDZFUIKit/UIComponents/LDZFBadgeView/*.{h,m}"
69         },
70         {
71           "name": "LDZFCustomPickerView",
72           "dependencies": {
73             "LDZFCategories": [
75             ]
76           },
77           "source_files": "LDZFUIKit/UIComponents/LDZFCustomPickerView/*.{h,m}"
78         },
79         {
80           "name": "LDZFShowPickerView",
81           "dependencies": {
82             "LDZFCategories": [
84             ],
85             "JXCategoryKit": [
87             ]
88           },
89           "source_files": "LDZFUIKit/UIComponents/LDZFShowPickerView/*.{h,m}"
90         }
91       ]
92     }
93   ]