blob: c0758e9e2cc6cba77b98fa1d6be64b38292379e4 [file] [log] [blame]
{
"name": "GQNetWork",
"version": "1.2.4",
"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.4"
},
"requires_arc": true,
"default_subspecs": "GQNetworking",
"subspecs": [
{
"name": "GQMapping",
"ios": {
"source_files": "GQMapping/**/*.{h,m}"
},
"public_header_files": "GQMapping/**/*.h"
},
{
"name": "GQNetworking",
"ios": {
"source_files": [
"GQNetworking/**/*.{h,m}",
"GQBaseNetwork/**/*.{h,m}"
]
},
"public_header_files": [
"GQNetworking/**/*.h",
"GQBaseNetwork/**/*.h"
],
"dependencies": {
"GQNetWork/GQMapping": [
]
}
}
]
}