blob: 29dc986cec2c6c9e49f0ac13c2d3427cbb5fe85f [file] [log] [blame]
{
"name": "WDYNetworking",
"version": "1.2.5",
"summary": "A short description of WDYNetworking.",
"description": "* 1.2.5\n 优化: Potocol 部分内容,将无用内容移除。并对网络拦截进行了优化\n* 1.2.1\n fix: Issues in 1.2.0\n* 1.2.0\n fix: 地址使用GET的时候path无法加入的BUG。\n opt: Potocol 使用方法, 不再使用变量。\n* 1.0.1\n fix: 地址在进行转换的时候发生的双斜杠变单斜杠问题。",
"homepage": "http://gitlab.wdcloud.cc:10080/iosbase/WDYNetworking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"liguoliang": "ligl@wdcloud.cc"
},
"source": {
"git": "http://gitlab.wdcloud.cc:10080/iosbase/WDYNetworking.git",
"tag": "1.2.5"
},
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "Core",
"source_files": "WDYNetworking/Classes/Core/*",
"dependencies": {
"AFNetworking": [
"3.2.0"
]
}
},
{
"name": "GraphQL",
"source_files": "WDYNetworking/Classes/GraphQL/*",
"dependencies": {
"WDYNetworking/Core": [
],
"YYModel": [
"1.0.4"
]
}
},
{
"name": "Cache",
"source_files": "WDYNetworking/Classes/Cache/*",
"dependencies": {
"WDYNetworking/Core": [
]
}
}
]
}