blob: d4287dabf5ad8d3f66f00d765ce22712125b7cf1 [file] [log] [blame]
{
"name": "CHBase",
"version": "0.3.0",
"summary": "CHBase 包含开发常用的组件",
"description": "CHBase 包含开发常用的组件,例如包含Category、Tools、Network.后续会持续增加更多组件",
"homepage": "https://github.com/coderketao/CHBase",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"coderketao": "coderhong@126.com"
},
"source": {
"git": "https://github.com/coderketao/CHBase.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "Category",
"source_files": "CHBase/Classes/Category/**/*"
},
{
"name": "Network",
"source_files": "CHBase/Classes/Network/**/*",
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
]
},
"frameworks": [
"UIKit",
"Foundation"
]
},
{
"name": "Tool",
"source_files": "CHBase/Classes/Tool/**/*"
}
]
}