blob: 2f141d16cb8820633744befe934e0c679198d71b [file] [log] [blame]
{
"name": "ImageStore",
"version": "0.4.1",
"summary": "Image downloader with memory cache supporting.",
"description": "Image downloader with memory cache supporting.\nIf you want more info, look https://github.com/miup/ImageStore.git",
"homepage": "https://github.com/miup/ImageStore",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"miup": "contact@miup.blue"
},
"source": {
"git": "https://github.com/miup/ImageStore.git",
"tag": "0.4.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": "ImageStore/Classes/**/*",
"requires_arc": true,
"static_framework": true,
"dependencies": {
"Firebase/Storage": [
"~>5.0.0"
]
}
}