blob: b6ea813d62a6f34cc73626e56cb69364d43177cc [file] [log] [blame]
{
"name": "LRImageManager",
"version": "1.0",
"license": "MIT",
"summary": "Objective-C simple image manager with memory and disk cache support.",
"homepage": "https://github.com/luisrecuenco/LRImageManager",
"authors": {
"Luis Recuenco": "luis.recuenco@gmail.com"
},
"source": {
"git": "https://github.com/luisrecuenco/LRImageManager.git",
"tag": "1.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": "LRImageManager",
"requires_arc": true,
"dependencies": {
"Reachability": [
]
}
}