blob: e69de404fa03815ee437c8cc6cd1a1bba6a6ea74 [file] [log] [blame]
{
"name": "DVACache",
"version": "1.2.1",
"summary": "An in-memory and on-disk with autoeviction Cache",
"description": "An in-memory and on-disk with autoeviction Cache.\n\n* You can show in memory\n* Or not!\n\nNew on 1.1.0:\n Added object removal with removeObjectForKey:\n New on 1.2.0:\n - Added list cached objects.\n - Added list memory consumption.ll",
"homepage": "https://bitbucket.com/DVALibs",
"license": "MIT",
"authors": {
"Pablo Romeu": "pablo.romeu@develapps.com"
},
"source": {
"git": "https://github.com/develapps/DVACache.git",
"tag": "1.2.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "DVACache/**/*",
"dependencies": {
"DVACategories/NSString": [
"~> 1.4"
]
}
}