blob: b8b5eba8f347917809c6e425ae67674271612bf8 [file] [log] [blame]
{
"name": "CLNetwork",
"version": "0.0.2",
"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.2"
},
"dependencies": {
"AFNetworking": [
],
"YYCache": [
],
"JSONModel": [
],
"MJRefresh": [
],
"SVProgressHUD": [
]
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "CLNetwork/CLNetwork/*"
}