blob: 4386cc4b8d2a59eb059d9e541eb702582feef253 [file] [log] [blame]
{
"name": "YHNetwork",
"version": "1.0.0",
"summary": "YHNetwork 网络请求库.",
"description": "YHNetwork是本公司自己的网络请求库,根据需要封装的.",
"homepage": "https://github.com/lewis180777/YHNetwork",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lewis180777": "491099116@qq.com"
},
"source": {
"git": "https://github.com/lewis180777/YHNetwork.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "YHNetwork/**/*",
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
]
}
}