blob: 0189403ef853a0a5839725ebe839e8c1b534230d [file] [log] [blame]
{
"name": "GLNetworking",
"version": "2.6.2",
"summary": "基于AFN3封装,采用链式方式,极大的增强了易用性和便捷性;并引入了请求优先级策略,优化输出",
"description": "基于AFN3封装,采用链式方式,极大的增强了易用性和便捷性;并引入了请求优先级策略,优化输出",
"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.6.2"
},
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "Core",
"source_files": "GLNetworking/Classes/Core/**/*.{h,m}",
"frameworks": "SystemConfiguration",
"dependencies": {
"AFNetworking": [
"<4.0.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": [
]
}
}
]
}