blob: 0a4dcc2518e1fbd68f9572cf8372b19aaab87f47 [file] [log] [blame]
{
"name": "CCNetWorking",
"version": "0.1.2",
"summary": "网络请求",
"description": "网络请求私有库",
"homepage": "http://gitlab.hbc.tech/ios/CCNetKit.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"anxianglong": "anxianglong@huangbaoche.com"
},
"source": {
"git": "git@gitlab.hbc.tech:ios/CCNetKit.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "9.0"
},
"source_files": "CCNetWorking/Classes/**/*",
"frameworks": "CFNetwork",
"dependencies": {
"AFNetworking": [
]
}
}