blob: 9be7b4a3aac004cd6789597968619ebd0d0f3b73 [file] [log] [blame]
{
"name": "SRDownloadManager",
"version": "1.2.0",
"summary": "File download manager based on NSURLSession",
"description": "Powerful and easy-to-use file download manager based on NSURLSession. Provide download status, progress and completion callback block.",
"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.2.0"
},
"source_files": "SRDownloadManager/*.{h,m}",
"requires_arc": true
}