blob: 1c60cb59e6b1bab8acba5bf3a30714e34c27fac8 [file] [log] [blame]
{
"name": "DYNetworking",
"version": "0.3.0",
"summary": "A short description of DYNetwork.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/SilenceWater/DYNetwork",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"昌": "dyzhcs"
},
"source": {
"git": "https://github.com/SilenceWater/DYNetwork.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "DYNetwork/Classes/**/*.{h,m}",
"public_header_files": "DYNetwork.h",
"dependencies": {
"AFNetworking": [
]
}
}