blob: 6e1f6fe491416ed897a1f09dbf3fa68f67e1d2b8 [file] [log] [blame]
{
"name": "CCDotNetAPIClient",
"version": "0.1.0",
"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.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CCDotNetAPIClient/Classes/**/*",
"frameworks": "CFNetwork",
"dependencies": {
"AFNetworking": [
"~> 3.2.1"
]
}
}