blob: f58928006cbacf420a33c7faabc02c65c41a4208 [file] [log] [blame]
{
"name": "GLNetworking",
"version": "2.5.0",
"summary": "Just Simple Networking .by liguoliang.",
"description": "A simple of Networking.\n History Version:\n * 2.5.0\n feat: 增加拦截的功能。现在可以拦截失败的请求,进行统一处理\n * 2.4.0\n move to github and public\n * 2.2.0\n Refactoring Structure use subspecs\n * 2.1.1\n fix: methodName for head\n opt: rename supJsonReq to isJsonParams , wipe warning\n * 2.1.0\n add GraphQL support\n * 2.0.0\n move from Github to Private GitLab Server && pod update, add response header\n * 1.1.4\n fix online status only invoke once, fix to invoke at check NetStatus time\n * 1.1.3\n fix Logic in No Net & No CacheData --> return NetFailed\n * 1.1.2\n remove JSONString(config.head) from MD5 rule\n * 1.1.1\n detail with upload Request\n * 1.1.0\n add customList for cache",
"homepage": "https://github.com/GL9700/GLNetworking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"liguoliang": "36617161@qq.com"
},
"source": {
"git": "https://github.com/GL9700/GLNetworking.git",
"tag": "2.5.0"
},
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "Core",
"source_files": "GLNetworking/Classes/Core/**/*.{h,m}",
"frameworks": "SystemConfiguration",
"dependencies": {
"AFNetworking": [
"~>3.2.0"
]
}
},
{
"name": "Cache",
"source_files": "GLNetworking/Classes/Cache/**/*.{h,m}",
"dependencies": {
"GLNetworking/Core": [
]
}
},
{
"name": "GraphQL",
"source_files": "GLNetworking/Classes/GraphQL/**/*.{h,m}",
"dependencies": {
"GLNetworking/Core": [
],
"YYModel": [
]
}
}
]
}