blob: 7d7564cd3daa0b688c172d28503bc1ab44cc9f66 [file] [log] [blame]
{
"name": "GQNetWork",
"version": "1.2.2",
"summary": "继承形式的网络请求库,支持关系映射,支持NSURLSession,支持https请求,请求数据缓存机制,支持链式调用,支持model版本控制",
"homepage": "https://github.com/g763007297/GQNetWork",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"developer_高": "763007297@qq.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/g763007297/GQNetWork.git",
"tag": "1.2.2"
},
"requires_arc": true,
"default_subspecs": "GQNetworking",
"subspecs": [
{
"name": "GQNetworking",
"ios": {
"source_files": [
"GQNetworking/**/*.{h,m}",
"GQBaseNetwork/**/*.{h,m}"
]
},
"dependencies": {
"GQMapping": [
]
}
}
]
}