[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 7 / 5 / 1 / CHBase / 0.2.0 / CHBase.podspec.json
blobfb01a05712830ec6b71345fc9c69bb339338bfa3
2   "name": "CHBase",
3   "version": "0.2.0",
4   "summary": "CHBase 包含开发常用的组件",
5   "description": "CHBase 包含开发常用的组件,例如包含Category、Tools.后续会持续增加更多组件",
6   "homepage": "https://github.com/coderketao/CHBase",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "coderketao": "coderhong@126.com"
13   },
14   "source": {
15     "git": "https://github.com/coderketao/CHBase.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "subspecs": [
22     {
23       "name": "Category",
24       "source_files": "CHBase/Classes/Category/**/*"
25     },
26     {
27       "name": "Network",
28       "source_files": "CHBase/Classes/Network/**/*",
29       "dependencies": {
30         "AFNetworking": [
31           "~> 3.1.0"
32         ]
33       },
34       "frameworks": [
35         "UIKit",
36         "Foundation"
37       ]
38     }
39   ]