[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / f / 9 / 4 / HXKitComponent / 0.0.2 / HXKitComponent.podspec.json
blob6c5420e1d0048730c7d368947be75a39fbf6deb0
2   "name": "HXKitComponent",
3   "version": "0.0.2",
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.2"
16   },
17   "static_framework": true,
18   "platforms": {
19     "ios": "8.0"
20   },
21   "public_header_files": "HXKitComponent.h",
22   "source_files": "HXKitComponent.h",
23   "subspecs": [
24     {
25       "name": "HXTuple",
26       "public_header_files": "Tuple/*{h}",
27       "source_files": "Tuple/*.{h,m}"
28     },
29     {
30       "name": "HXDataController",
31       "public_header_files": "DataController/*{h}",
32       "source_files": "DataController/*.{h,m}",
33       "dependencies": {
34         "HXKitComponent/HXTuple": [
36         ]
37       }
38     },
39     {
40       "name": "HXEmptyView",
41       "public_header_files": "EmptyView/*{h}",
42       "source_files": "EmptyView/*.{h,m}",
43       "dependencies": {
44         "Masonry": [
46         ]
47       }
48     }
49   ]