blob: 351caaf9d97ec8b5e477963152df6a38a31abf9a [file] [log] [blame]
{
"name": "XHNetworking",
"version": "1.2",
"summary": "基于AFNNetworking 3.x的轻量级数据请求库,支持数据自动/手动缓存",
"homepage": "https://github.com/CoderZhuXH/XHNetworking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Zhu Xiaohui": "977950862@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/CoderZhuXH/XHNetworking.git",
"tag": "1.2"
},
"source_files": [
"XHNetworking",
"*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.0.4"
]
}
}