blob: a587d27fcb592833be0691af467d99866a84972d [file] [log] [blame]
{
"name": "WDYNetworking",
"version": "0.1.0",
"summary": "A short description of WDYNetworking.",
"description": "TODO: Add long description of the pod here.",
"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": "0.1.0"
},
"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": [
]
}
}
]
}