blob: f0cb3a8040420e002b9f64dad35fb4e49e79916b [file] [log] [blame]
{
"name": "HLNetworking",
"version": "1.1.5",
"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.5"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "Core",
"source_files": [
"HLNetworking/Source/HLNetworking.h",
"HLNetworking/Source/Config/**/*.{h,m}",
"HLNetworking/Source/API/**/*.{h,m}",
"HLNetworking/Source/Task/**/*.{h,m}"
],
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
]
}
},
{
"name": "Center",
"source_files": "HLNetworking/Source/Center/*.{h,m}",
"dependencies": {
"HLNetworking/Core": [
],
"YYModel": [
]
}
}
]
}