blob: d49f71b842abc65b1a4dc148d50b70dd1255eb5b [file] [log] [blame]
{
"name": "MFWDownloadManager",
"version": "0.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "下载库",
"homepage": "https://github.com/WangWenzhuang/MFWDownloadManager",
"authors": {
"WangWenzhuang": "1020304029@qq.com"
},
"source": {
"git": "https://github.com/WangWenzhuang/MFWDownloadManager.git",
"tag": "0.1"
},
"description": "下载库。",
"requires_arc": true,
"platforms": {
"ios": "10.0"
},
"source_files": "MFWDownloadManager/**/*.{h,m}",
"public_header_files": "MFWDownloadManager/**/*.h",
"dependencies": {
"FMDB": [
"2.7.5"
],
"FCFileManager": [
"1.0.20"
],
"ASIHTTPRequest": [
"1.8.2"
]
}
}