blob: ae81386e8e7a3a75174d06d5344b715fd06f1b94 [file] [log] [blame]
{
"name": "DMSwift",
"version": "0.2",
"summary": "A Download Manager",
"description": "DMSwift provides a simple and efficient way to download files. It can simultaneously download a large number of files, monitors the progress of downloading, concurrently post-process downloaded files, supports logging, has a flexible configuration and easy to use API.",
"homepage": "https://github.com/sh-khashimov/DMSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sherzod Khashimov": "sh.khashimov@gmail.com"
},
"social_media_url": "",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/sh-khashimov/DMSwift.git",
"tag": "0.2"
},
"source_files": "Sources/**/*",
"frameworks": "Foundation",
"swift_version": "5.0"
}