blob: 60af1c6143267df7fe961cdde3737e4eb87a1a88 [file] [log] [blame]
{
"name": "HLNetworking",
"version": "1.0.6",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/QianKun-HanLin/HLNetworking",
"authors": {
"wangshiyu13": "wangshiyu13@163.com"
},
"summary": "基于AFNetworking的多范式网络请求管理器",
"source": {
"git": "https://github.com/QianKun-HanLin/HLNetworking.git",
"tag": "1.0.6"
},
"source_files": "HLNetworking/Source/**/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
]
}
}