blob: cf24f8d7c24dcb178ab2c24a8c018a7776a94905 [file] [log] [blame]
{
"name": "LBCache",
"version": "1.0.3",
"summary": "LBCache image cache framework",
"description": " LBCache is an asynchronous image cache framework for iOS.\n It offers:\n - asynchronous image download.\n - cache support (memory and disk).\n - option to get the local path to an image.\n",
"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.3"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "LBCache/*.{h,m}"
}