blob: 078305390b23b5cd30f86215bf80b6b76dfdbe13 [file] [log] [blame]
{
"name": "HZYNetwork",
"version": "1.0.0",
"summary": "基于AFNetworking的网络库",
"description": "基于AFNetworking的网络库,面向对象的网络请求",
"homepage": "https://github.com/timehzy/HZYNetwork",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"郝振壹": "yiliforever@qq.com"
},
"source": {
"git": "https://github.com/timehzy/HZYNetworking.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "HZYNetwork/",
"dependencies": {
"AFNetworking": [
]
}
}