blob: aeca141082d97960a4a4649a14de1a3a2fbdbe30 [file] [log] [blame]
{
"name": "SRDownloadManager",
"version": "1.0.0",
"summary": "Files download manager based on NSURLSession, support breakpoint download, multitasking download etc.",
"description": "Provide download status callback, download progress callback, download complete callback; Support multi-task at the same time to download; Support breakpoint download even exit the App; Support to delete the specified file by URL and clear all files that have been downloaded; Support customize the directory where the downloaded files are saved; Support set maximum concurrent downloads and waiting downloads queue mode.",
"homepage": "https://github.com/guowilling/SRDownloadManager",
"license": "MIT",
"authors": {
"guowilling": "guowilling90@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/guowilling/SRDownloadManager.git",
"tag": "1.0.0"
},
"source_files": "SRDownloadManager/*.{h,m}",
"requires_arc": true
}