blob: bf445e47eb28b51e5f54c6d3b319c079403eefc4 [file] [log] [blame]
{
"name": "WDYNetworking",
"version": "1.2.1",
"summary": "A short description of WDYNetworking.",
"description": "#### 1.2.1\n * fix: Issues in 1.2.0\n\n#### 1.2.0\n * fix: 地址使用GET的时候path无法加入的BUG。\n * opt: Potocol 使用方法, 不再使用变量。\n \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.1"
},
"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": [
]
}
}
]
}