blob: 4bbb3ee8ca98587f48a87aa2da1dda01c3a9d58a [file] [log] [blame]
{
"name": "DPNetworking",
"version": "0.0.3",
"summary": "对AFNetworking做的二次封装,一句代码发起网络请求。",
"description": "对AFNetworking做的二次封装,一句代码发起网络请求。",
"homepage": "https://github.com/DaoPinWong/DPNetworking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dpwong": "413655409@qq.com"
},
"source": {
"git": "https://github.com/DaoPinWong/DPNetworking.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "DPNetworking/Classes/*.{h,m}",
"dependencies": {
"AFNetworking": [
]
}
}