blob: a3c5e2f60a6408572aec9a13d5ee77473164e5f8 [file] [log] [blame]
{
"name": "WellCached",
"version": "0.1.1",
"summary": "An expiring, thread-safe caching library based on NSCache",
"description": " WellCached provides a simple NSDictionary-like interface for caching, allowing\n you to automatically expire cached items after a specific period. You can set the expiring\n duration on a case-by-case basis. You can also set a race-condition-ttl to prevent cache misses\n across threads on the same key to all attempt to generate new data.\n",
"homepage": "https://github.com/ericallam/WellCached",
"license": "MIT",
"authors": {
"Eric Allam": "eallam@icloud.com"
},
"source": {
"git": "https://github.com/ericallam/WellCached.git",
"tag": "0.1.1"
},
"requires_arc": true,
"source_files": "WellCached",
"public_header_files": "WellCached/**/*.h"
}