blob: 7beea1205dd2ff23406b10f20a26e90dce23dd96 [file] [log] [blame]
{
"name": "HFDownloadManager",
"version": "0.1.0",
"summary": "HFDownloadManager.",
"description": "基于NSURLSession封装的断点续传类,用于大文件下载,退出程序后,下次接着下载",
"homepage": "https://github.com/CoderHFZhu/HFDownloadManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"CoderHFZhu": "54666674@qq.com"
},
"source": {
"git": "https://github.com/CoderHFZhu/HFDownloadManager.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "HFDownloadManager/Classes/**/*"
}