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