blob: b188c0d6f64415391b53cbba77717e1472377d0a [file] [log] [blame]
{
"name": "CVNetworking",
"version": "1.0.0",
"summary": "CVNetworking",
"swift_version": "4.2",
"description": "网络请求类",
"homepage": "https://github.com/weixhe/CVNetworking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"weixhe": "workerwei@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/weixhe/CVNetworking.git",
"tag": "1.0.0"
},
"source_files": "CVNetworking/CVNetworking/Log/*.{swift}",
"requires_arc": true,
"dependencies": {
"Alamofire": [
],
"CVSwiftyLoad": [
]
},
"subspecs": [
{
"name": "BaseApiManager"
},
{
"name": "Services"
},
{
"name": "URLResponse"
},
{
"name": "Reachability"
},
{
"name": "Cache"
},
{
"name": "Log"
}
]
}