blob: b275f98ddafbd928098a005bfb47cb747d606063 [file] [log] [blame]
{
"name": "KKNetworking",
"version": "1.0.1",
"summary": "网络请求封装",
"description": "基于AFNetWorking的封装",
"homepage": "https://github.com/colaicode/CLNetworking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"colaicode": "colaicode@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/colaicode/CLNetworking",
"tag": "1.0.1"
},
"source_files": "CLNetworking/CLNetworking/*.{h,m}",
"public_header_files": "CLNetworking/CLNetworking/*.h",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
}
}