[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / 7 / 5 / 1 / CHBase / 0.3.0 / CHBase.podspec.json
blobd4287dabf5ad8d3f66f00d765ce22712125b7cf1
2   "name": "CHBase",
3   "version": "0.3.0",
4   "summary": "CHBase 包含开发常用的组件",
5   "description": "CHBase 包含开发常用的组件,例如包含Category、Tools、Network.后续会持续增加更多组件",
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.3.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     {
40       "name": "Tool",
41       "source_files": "CHBase/Classes/Tool/**/*"
42     }
43   ]