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