blob: d52c2a486d20692a1824a754cca5f53a958e033a [file] [log] [blame]
{
"name": "IJSHttpUnit",
"version": "1.0.0",
"summary": "A Unit of AFNetworking manager.",
"description": "刘念大佬开发的网络缓存库,封装AFNetworking,支持离线缓存,支持文件上传,下载,支持多文件,图片,zip,音频视频等文件的上传,支持断点续传,断点下载等功能",
"homepage": "https://github.com/wangjinshan/MWHttpUnit",
"license": "MIT",
"authors": {
"wangjinshan": "1096452045@qq.com"
},
"source": {
"git": "https://github.com/wangjinshan/MWHttpUnit.git",
"tag": "1.0.0",
"submodules": true
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "SDK/Classes/MWHTTPUnit.h",
"public_header_files": "SDK/Classes/MWHTTPUnit.h",
"frameworks": "UIKit",
"dependencies": {
"AFNetworking": [
]
},
"subspecs": [
{
"name": "CacheUnit",
"source_files": "SDK/Classes/CacheUnit/*.{h,m}"
},
{
"name": "HTTP",
"source_files": "SDK/Classes/HTTP/*.{h,m}",
"dependencies": {
"AFNetworking": [
]
}
},
{
"name": "HTTPCacheUnit",
"source_files": "SDK/Classes/HTTPCacheUnit/*.{h,m}",
"dependencies": {
"IJSHttpUnit/CacheUnit": [
],
"IJSHttpUnit/HTTP": [
],
"IJSHttpUnit/Extension": [
]
}
},
{
"name": "Extension",
"source_files": "SDK/Classes/Extension/*.{h,m}"
}
]
}