blob: 31e6d5e7bf26c485c75451f5bb2b32b293c15a7d [file] [log] [blame]
{
"name": "SDDownloadManager",
"version": "1.0.3",
"summary": "A simple, robust and elegant download manager written in Swift",
"description": "SDDownloadManager is based on URLSession APIs and provides closure syntax APIs for keeping track of progress and completion of downloads.",
"homepage": "https://github.com/SagarSDagdu/SDDownloadManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sagar Dagdu": "shags032@gmail.com"
},
"source": {
"git": "https://github.com/SagarSDagdu/SDDownloadManager.git",
"tag": "1.0.3"
},
"platforms": {
"ios": "11.2"
},
"source_files": "SDDownloadManager/Classes/*.swift"
}