[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / 9 / 4 / HXKitComponent / 0.0.4 / HXKitComponent.podspec.json
blobd87dea195e22dabb4e8958c23bb0a9e07a798a0a
2   "name": "HXKitComponent",
3   "version": "0.0.4",
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.4"
16   },
17   "static_framework": true,
18   "platforms": {
19     "ios": "8.0"
20   },
21   "subspecs": [
22     {
23       "name": "CoreHead",
24       "public_header_files": "HXKitComponent.h",
25       "source_files": "HXKitComponent.h"
26     },
27     {
28       "name": "HXTuple",
29       "public_header_files": "Tuple/*{h}",
30       "source_files": "Tuple/*.{h,m}",
31       "dependencies": {
32         "HXKitComponent/CoreHead": [
34         ]
35       }
36     },
37     {
38       "name": "HXDataController",
39       "public_header_files": "DataController/*{h}",
40       "source_files": "DataController/*.{h,m}",
41       "dependencies": {
42         "HXKitComponent/HXTuple": [
44         ],
45         "HXKitComponent/CoreHead": [
47         ]
48       }
49     },
50     {
51       "name": "HXEmptyView",
52       "public_header_files": "EmptyView/*{h}",
53       "source_files": "EmptyView/*.{h,m}",
54       "dependencies": {
55         "Masonry": [
57         ],
58         "HXKitComponent/CoreHead": [
60         ]
61       }
62     },
63     {
64       "name": "HXImgtextCombineView",
65       "public_header_files": "HXImgtextCombineView/*{h}",
66       "source_files": "HXImgtextCombineView/*.{h,m}",
67       "dependencies": {
68         "Masonry": [
70         ],
71         "HXKitComponent/CoreHead": [
73         ]
74       }
75     }
76   ]