blob: 57b74556f87baf9f7362c18a931ecc6dbaec34f7 [file] [log] [blame]
{
"name": "ImageDownload",
"version": "0.1.0",
"summary": "A wrapper around the Kingfisher pod to download images.",
"description": "A wrapper around the Kingfisher pod to download images. It verifies if the image is from a local path or it is cached. If yes then it fetches the existing image from the path. Else it uses the Kingfisher pod to download the image asynchronously.",
"homepage": "https://bitbucket.pearson.com/scm/mobi/imagedownload",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kumar, Swathi": "Swathi.Kumar@pearson.com"
},
"source": {
"git": "ssh://git@bitbucket.pearson.com/mobi/imagedownload.git",
"tag": "0.1.0"
},
"source_files": "ImageDownload/Classes/**/*",
"platforms": {
"ios": "9.0"
},
"dependencies": {
"Kingfisher": [
"~> 1.9"
]
}
}