blob: 929804675be1f9f52f3886622b1c07c87da6b9c3 [file] [log] [blame]
{
"name": "DownloadService",
"version": "0.1.1",
"summary": "Library to simplify download process",
"swift_versions": "5.2",
"description": "Library to simplify download process. You can use Downloadable protocol to make stuff downloadable :)",
"homepage": "https://github.com/syrupmg/DownloadService",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"abesmon": "abesmon@gmail.com",
"horovodovodo4ka": "xbitstream@gmail.com"
},
"source": {
"git": "https://github.com/syrupmg/DownloadService.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source_files": "DownloadService/**/*.{swift}",
"dependencies": {
"SMG-HWIFileDownload": [
]
},
"swift_version": "5.2"
}