blob: 2d1cd18ed63c0cac7332dbd6fdc679c2488ce11e [file] [log] [blame]
{
"name": "WDYNetworking",
"version": "1.0.1",
"summary": "A short description of WDYNetworking.",
"description": "* 1.0.1 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.0.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": [
]
}
}
]
}