blob: 87d5c81eccaf858d514c251e48cb9620f94e2114 [file] [log] [blame]
{
"name": "CLNetwork",
"version": "0.0.5",
"summary": "大概是一个网络封装库吧",
"description": "CLNetworking = YYCache + AFNetworking + JSONModel + SVProgressHUD",
"homepage": "http://EXAMPLE/CLNetwork",
"license": "MIT",
"authors": {
"zhucl": "493008927@qq.com"
},
"source": {
"git": "https://github.com/JokerKevin/CLNetwork.git",
"tag": "0.0.5"
},
"dependencies": {
"AFNetworking": [
],
"YYCache": [
],
"JSONModel": [
],
"MJRefresh": [
],
"SVProgressHUD": [
]
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "CLNetwork/CLNetwork/*"
}