blob: 479eb9c91df3614fe1fc177994efeeb997e3a357 [file] [log] [blame]
{
"name": "MVDownloader",
"version": "0.1.1",
"summary": "Swift library used for downloading images or JSON format files with caching configuration support",
"swift_version": "5.0",
"description": "MVDownloader is a native swift library for making asychronous remote requests to download images or JSON format files from the web.",
"homepage": "https://github.com/Sharkesm/MVDownloader",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Manase Michael Mhando": "sharkesm@gmail.com"
},
"source": {
"git": "https://github.com/Sharkesm/MVDownloader.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/sharke12",
"platforms": {
"ios": "10.0"
},
"source_files": "MVDownloader/Classes/**/*",
"frameworks": "UIKit"
}