[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / f / a / 6 / KBLibrary / 0.0.31 / KBLibrary.podspec.json
blobbad424bc244eeb27409eae94942496ae184eede6
2   "name": "KBLibrary",
3   "version": "0.0.31",
4   "platforms": {
5     "ios": "9.0"
6   },
7   "summary": "空的",
8   "homepage": "https://github.com/LKeBing/KBLibrary",
9   "license": "MIT",
10   "authors": {
11     "LKeBing": "13568922114@163.com"
12   },
13   "source": {
14     "git": "https://github.com/LKeBing/KBLibrary.git",
15     "tag": "0.0.31"
16   },
17   "requires_arc": true,
18   "ios": {
19     "frameworks": [
20       "Foundation",
21       "UIKit"
22     ]
23   },
24   "source_files": "KBLibrary/KBLibrary.h",
25   "subspecs": [
26     {
27       "name": "Core",
28       "platforms": {
29         "ios": "9.0"
30       },
31       "source_files": "KBLibrary/Core"
32     },
33     {
34       "name": "Categary",
35       "platforms": {
36         "ios": "9.0"
37       },
38       "dependencies": {
39         "KBLibrary/Core": [
41         ]
42       },
43       "source_files": "KBLibrary/Categary"
44     },
45     {
46       "name": "Model",
47       "platforms": {
48         "ios": "9.0"
49       },
50       "source_files": "KBLibrary/KBModel"
51     }
52   ]