[Add] MapboxCommon 24.10.0-daily-2025-01-05-04-25
[CocoaPods.git] / Specs / f / 9 / 4 / HXKitComponent / 0.0.1 / HXKitComponent.podspec.json
blob2a55bc2b2ae142ea1eee7bc33bba657cb8b63015
2   "name": "HXKitComponent",
3   "version": "0.0.1",
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.1"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "public_header_files": "HXKitComponent.h",
21   "source_files": "HXKitComponent.h",
22   "subspecs": [
23     {
24       "name": "HXDataController",
25       "public_header_files": "DataController/*{h}",
26       "source_files": "DataController/*.{h,m}"
27     },
28     {
29       "name": "HXEmptyView",
30       "public_header_files": "EmptyView/*{h}",
31       "source_files": "EmptyView/*.{h,m}",
32       "dependencies": {
33         "Masonry": [
35         ]
36       }
37     }
38   ]