blob: 0bf08f5a7c3262b025e5d1a49f6b5e5b47be018d [file] [log] [blame]
{
"name": "HLNetworking",
"version": "1.1.4",
"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.1.4"
},
"source_files": "HLNetworking/Source/**/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
]
}
}