blob: f913c92acf4bfd2c62fd9f8738830e929f585df9 [file] [log] [blame]
{
"name": "MBCache",
"version": "0.1.0",
"summary": "An image extension for persistence caching (along with animations for presenting the image)",
"description": "A UIImage extension that takes care of downloading and caching an image, allowing the user to supply a placeholder image while the image downloads.",
"homepage": "https://github.com/beaneyDev/MBCache",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"beaney1232": "matt.beaney@pagesuite.co.uk"
},
"source": {
"git": "https://github.com/beaneyDev/MBCache.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MBCache/Classes/**/*",
"dependencies": {
"CryptoSwift": [
],
"MBUtils": [
]
},
"pushed_with_swift_version": "3.0"
}