[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / c / 2 / 5 / KBBase / 0.0.8 / KBBase.podspec.json
blob3b41ef707a03b5ccf63f2f7a780bd3f6e41a213c
2   "name": "KBBase",
3   "version": "0.0.8",
4   "summary": "基础库",
5   "description": "基础库",
6   "homepage": "https://github.com/HongBryan",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Bryan": "hongjb@homeking365.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "requires_arc": true,
18   "source": {
19     "git": "https://github.com/HongBryan/HBBanner.git",
20     "tag": "v0.0.8"
21   },
22   "subspecs": [
23     {
24       "name": "KBJSONBase",
25       "source_files": "KBJSONBase/*.{swift}",
26       "dependencies": {
27         "HandyJSON": [
29         ],
30         "SwiftyJSON": [
31           "~> 4.0.0"
32         ]
33       }
34     },
35     {
36       "name": "KBHelper",
37       "source_files": "KBHelper/*.{swift}"
38     },
39     {
40       "name": "KBDatabase",
41       "source_files": "KBDatabase/*.{swift}",
42       "dependencies": {
43         "HandyJSON": [
45         ],
46         "SwiftyJSON": [
47           "~> 4.0.0"
48         ],
49         "HWCDB.swift": [
51         ],
52         "KBBase/KBJSONBase": [
54         ],
55         "KBBase/KBHelper": [
57         ]
58       }
59     }
60   ]