blob: d9df01e39b20774c721bb2776de3d48c5e87ac99 [file] [log] [blame]
{
"name": "EGOCache",
"version": "2.1.3",
"summary": "Fast Caching for Objective-C (iPhone & Mac Compatible).",
"description": "EGOCache is a simple, thread-safe key value cache store. It has native support for NSString, UI/NSImage, and NSData, but can store anything that implements <NSCoding>. All cached items expire after the timeout, which by default, is one day.",
"homepage": "https://github.com/enormego/EGOCache",
"license": "MIT",
"authors": "Enormego, Shaun Harrison",
"source": {
"git": "https://github.com/enormego/EGOCache.git",
"tag": "v2.1.3"
},
"requires_arc": true,
"source_files": "*.{h,m}"
}