[Add] SampleOTP 0.1.0
[CocoaPods.git] / Specs / 7 / 2 / 4 / HBKitTools / 0.0.7 / HBKitTools.podspec.json
blob487de3e7d2a3f21780a1db329204269f94d98f64
2   "name": "HBKitTools",
3   "version": "0.0.7",
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.7"
20   },
21   "source_files": "HBKitTools/HBKitTools/*.h",
22   "dependencies": {
23     "FMDB": [
25     ]
26   },
27   "requires_arc": true,
28   "xcconfig": {
29     "OTHER_LDFLAGS": "-ObjC"
30   },
31   "subspecs": [
32     {
33       "name": "HBCategorys",
34       "source_files": "HBKitTools/HBKitTools/HBCategorys/*"
35     },
36     {
37       "name": "HBUIViews",
38       "source_files": "HBKitTools/HBKitTools/HBUIViews/*"
39     },
40     {
41       "name": "HBCommonTools",
42       "source_files": "HBKitTools/HBKitTools/HBCommonTools/*"
43     }
44   ]