blob: 814d35ebf17481c986320c58f24a8b6f5ef7d4ff [file] [log] [blame]
{
"name": "SDDownloadManager",
"version": "1.1.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.1.0"
},
"swift_version": "4.2",
"platforms": {
"ios": "10.0"
},
"frameworks": "UserNotifications",
"source_files": "SDDownloadManager/Classes/*.swift"
}