blob: 3c3a687c4923406ef86c00181241aa2be8defb57 [file] [log] [blame]
{
"name": "ZZHNetwork",
"version": "0.1.0",
"summary": "SDK for convenient network",
"description": "'这是一个方便的网络请求SDK'\n'基于AFNetwork进行了二次封装'",
"homepage": "https://github.com/375003148/ZZHNetwork",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"375003148": "375003148@qq.com"
},
"source": {
"git": "https://github.com/375003148/ZZHNetwork.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "ZZHNetwork/Classes/**/*.{h,m}",
"public_header_files": "ZZHNetwork/Classes/Header/**/*.h",
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
}
}