blob: beadf9ee332a3122dd7aeed9edfc275f78e4abf6 [file] [log] [blame]
{
"name": "XHNetworking",
"version": "1.1",
"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.1"
},
"source_files": [
"XHNetworking",
"*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.0.4"
]
}
}