blob: 91efa0955ae629f06d76b82669cc2192d1220a4c [file] [log] [blame]
{
"name": "HLNetworking",
"version": "1.2.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.2.1",
"submodules": true
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Core",
"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": "API",
"source_files": [
"HLNetworking/Source/HLNetworkingAPI.h",
"HLNetworking/Source/Config/**/*.{h,m}",
"HLNetworking/Source/API/**/*.{h,m}"
],
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
]
}
},
{
"name": "Task",
"source_files": [
"HLNetworking/Source/HLNetworkingTask.h",
"HLNetworking/Source/Config/**/*.{h,m}",
"HLNetworking/Source/Task/**/*.{h,m}"
],
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
]
}
},
{
"name": "Center",
"source_files": "HLNetworking/Source/Center/*.{h,m}",
"dependencies": {
"HLNetworking/API": [
],
"YYModel": [
]
}
}
]
}