blob: acdd0bb6ecb6e240af8cce6eb4f78475530828cc [file] [log] [blame]
{
"name": "DownloadKit",
"version": "0.0.4",
"summary": "URLSession wrapper for downloading images and JSON.",
"description": "A simple wrapper for URLSession that allows easy downloading of Images and JSON. Comes with a configurable in-memory cache.",
"homepage": "https://github.com/moizullah/DownloadKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"moizullah": "moizullahamir94@gmail.com"
},
"source": {
"git": "https://github.com/moizullah/DownloadKit.git",
"tag": "0.0.4"
},
"social_media_url": "https://twitter.com/moizullahamir",
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"source_files": "DownloadKit/Classes/**/*"
}