blob: 212e447b2c559b22bd87b9f65a0af80f22c24ab7 [file] [log] [blame]
{
"name": "HYZNetwork",
"version": "1.0.1",
"summary": "HYZNetwork是基于AFNetworking3.2.1封装的iOS端简易网络库,通过创建请求对象的方式处理网络接口",
"description": "HYZNetwork是基于AFNetworking3.2.1封装的iOS端简易网络库,通过创建请求对象的方式处理网络接口",
"homepage": "https://github.com/zone1026/HYZNetwork",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zone1026": "1024105345@qq.com"
},
"source": {
"git": "https://github.com/zone1026/HYZNetwork.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "HYZNetwork/Classes/**/*",
"dependencies": {
"AFNetworking": [
"3.2.1"
]
}
}