blob: 83cec8371a27c92240a79472efca3dc47ef0edae [file] [log] [blame]
{
"name": "ADLYRetainingCache",
"version": "1.0",
"license": "MIT",
"summary": "An NSCache that lets you prevent objects being evicted",
"homepage": "https://github.com/adly-holler/ADLYRetainingCache",
"authors": {
"Adly Holler": "guy.on.internet@icloud.com"
},
"source": {
"git": "https://github.com/adly-holler/ADLYRetainingCache.git",
"tag": "1.0"
},
"source_files": "ADLYRetainingCache/*.{h,m}",
"requires_arc": "true"
}