blob: 2ec650749ff391b4773b095859f253e428cb540a [file] [log] [blame]
{
"name": "MVLDownloader",
"version": "0.1.0",
"summary": "MVLDownloader for downloading and caching images from the web.",
"description": "MVLDownloader is a pure-Swift library for downloading and caching images and files from the web.",
"homepage": "https://github.com/niekzy/MVLDownloader",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"niekzy": "https://github.com/niekzy"
},
"source": {
"git": "https://github.com/niekzy/MVLDownloader.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "4",
"source_files": "MVLDownloader/Classes/**/*",
"frameworks": "UIKit",
"swift_version": "4"
}