blob: 2abafc35acb4f6b42a1dcfffb16aed43a72eff7e [file] [log] [blame]
{
"name": "GQNetWork",
"version": "0.0.4",
"summary": "继承形式的网络请求库,支持关系映射,支持NSURLSession",
"homepage": "https://github.com/g763007297/GQNetWork",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"developer_高": "763007297@qq.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/g763007297/GQNetWork.git",
"tag": "0.0.4"
},
"requires_arc": true,
"default_subspecs": "NetWork",
"subspecs": [
{
"name": "Mapping",
"ios": {
"source_files": [
"GQMapping/**/*.{h,m}",
"GQMapping/*.h"
]
},
"public_header_files": "GQMapping/**/*.h"
},
{
"name": "NetWork",
"ios": {
"source_files": "GQNetWork/**/*.{h,m}"
},
"dependencies": {
"GQNetWork/Mapping": [
]
}
}
]
}