blob: b46ec10d617f3917421bdcfbb7d7880ec26baaa2 [file] [log] [blame]
{
"name": "DWNetwork",
"version": "0.0.1",
"summary": "对AFN进行简单的封装",
"description": "简单封装AFN,更方便快捷的使用网络请求",
"homepage": "https://github.com/DawnWdf/DWNetwork.git",
"license": "MIT",
"authors": {
"Dawn": "icy19882006@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/DawnWdf/DWNetwork.git",
"tag": "0.0.1"
},
"source_files": [
"DWNetwork",
"DWNetwork/**/*.{h,m}"
],
"dependencies": {
"AFNetworking": [
]
}
}