blob: e6f0e53db9380825c91eb8299cdf309b271fa6d7 [file] [log] [blame]
{
"name": "LBCache",
"version": "1.0.7",
"summary": "LBCache image cache framework",
"description": "LBCache is an asynchronous image cache framework for iOS.\nIt offers:\n- asynchronous image download.\n- cache support (memory and disk).\n- option to get the local path to an image.",
"homepage": "https://github.com/lucianboboc/LBCache",
"license": "MIT",
"authors": {
"Lucian Boboc": "info@lucianboboc.com"
},
"social_media_url": "http://twitter.com/lucianboboc",
"source": {
"git": "https://github.com/lucianboboc/LBCache.git",
"tag": "1.0.7"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "LBCache/*.{h,m}"
}