blob: 041bec1209aae5824fd143ce45f9f7e7d6784d1a [file] [log] [blame]
{
"name": "GQNetWork",
"version": "1.3.6",
"summary": "继承形式的网络请求库,支持NSURLSession,支持https请求,请求数据缓存机制,支持链式调用",
"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.3.6"
},
"requires_arc": true,
"default_subspecs": "GQNetworking",
"subspecs": [
{
"name": "GQNetworking",
"ios": {
"source_files": [
"GQNetworking/**/*.{h,m}",
"GQBaseNetwork/**/*.{h,m}"
]
},
"public_header_files": [
"GQNetworking/**/*.h",
"GQBaseNetwork/**/*.h"
]
}
]
}