[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 7 / 2 / 4 / HBKitTools / 0.0.9 / HBKitTools.podspec.json
blob6f8a7d2f706f963d8fb7b4a771cded51d2eedcee
2   "name": "HBKitTools",
3   "version": "0.0.9",
4   "summary": "个人常用开发组件",
5   "description": "个人常用开发组件-自定义视图,常用分类,技术总结类目等.",
6   "homepage": "https://github.com/hubin97/HBKitTools",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Hubin_Huang": "970216474@qq.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/hubin97/HBKitTools.git",
19     "tag": "0.0.9"
20   },
21   "source_files": "HBKitTools/HBKitTools/*.h",
22   "dependencies": {
23     "FMDB": [
25     ]
26   },
27   "requires_arc": true,
28   "subspecs": [
29     {
30       "name": "HBCategorys",
31       "source_files": "HBKitTools/HBKitTools/HBCategorys/*"
32     },
33     {
34       "name": "HBUIViews",
35       "source_files": "HBKitTools/HBKitTools/HBUIViews/*"
36     },
37     {
38       "name": "HBCommonTools",
39       "source_files": "HBKitTools/HBKitTools/HBCommonTools/*"
40     }
41   ]