blob: 8f067252801b5cc00f9b294e99a66cd35100910d [file] [log] [blame]
{
"name": "SDDownloadManager",
"version": "1.0.0",
"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.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "SDDownloadManager/Classes/*.swift",
"pushed_with_swift_version": "3.0"
}