[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / f / 9 / 4 / HXKitComponent / 0.0.6 / HXKitComponent.podspec.json
blobc5e00b978e384469ff067ffbd782d89c6a851112
2   "name": "HXKitComponent",
3   "version": "0.0.6",
4   "summary": "开发常用基础库",
5   "homepage": "https://github.com/yiyucanglang",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "dahuanxiong": "xinlixuezyj@163.com"
12   },
13   "source": {
14     "git": "https://github.com/yiyucanglang/HXKitComponent.git",
15     "tag": "0.0.6"
16   },
17   "static_framework": true,
18   "platforms": {
19     "ios": "8.0"
20   },
21   "default_subspecs": [
22     "CoreHead",
23     "HXTuple",
24     "HXDataController",
25     "HXEmptyView",
26     "HXImgtextCombineView"
27   ],
28   "subspecs": [
29     {
30       "name": "CoreHead",
31       "public_header_files": "HXKitComponent.h",
32       "source_files": "HXKitComponent.h"
33     },
34     {
35       "name": "HXTuple",
36       "public_header_files": "Tuple/*{h}",
37       "source_files": "Tuple/*.{h,m}",
38       "dependencies": {
39         "HXKitComponent/CoreHead": [
41         ]
42       }
43     },
44     {
45       "name": "HXDataController",
46       "public_header_files": "DataController/*{h}",
47       "source_files": "DataController/*.{h,m}",
48       "dependencies": {
49         "HXKitComponent/HXTuple": [
51         ],
52         "HXKitComponent/CoreHead": [
54         ]
55       }
56     },
57     {
58       "name": "HXEmptyView",
59       "public_header_files": "EmptyView/*{h}",
60       "source_files": "EmptyView/*.{h,m}",
61       "dependencies": {
62         "Masonry": [
64         ],
65         "HXKitComponent/CoreHead": [
67         ]
68       }
69     },
70     {
71       "name": "HXImgtextCombineView",
72       "public_header_files": "HXImgtextCombineView/*{h}",
73       "source_files": "HXImgtextCombineView/*.{h,m}",
74       "dependencies": {
75         "Masonry": [
77         ],
78         "HXKitComponent/CoreHead": [
80         ]
81       }
82     },
83     {
84       "name": "HXMethodSwitch",
85       "public_header_files": "HXMethodSwitch/*{h}",
86       "source_files": "HXMethodSwitch/*.{h,m}"
87     },
88     {
89       "name": "HXSafeTimer",
90       "public_header_files": "HXSafeTimer/*{h}",
91       "source_files": "HXSafeTimer/*.{h,m}"
92     },
93     {
94       "name": "HXCustomNaviBarView",
95       "public_header_files": "HXCustomNaviBarView/*{h}",
96       "source_files": "HXCustomNaviBarView/*.{h,m}",
97       "dependencies": {
98         "Masonry": [
100         ],
101         "KVOController": [
103         ],
104         "HXKitComponent/HXImgtextCombineView": [
106         ],
107         "HXKitComponent/HXMethodSwitch": [
109         ]
110       }
111     }
112   ]