4 "summary": "Fast Caching for Objective-C (iPhone & Mac Compatible).",
5 "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.",
6 "homepage": "https://github.com/enormego/EGOCache",
8 "authors": "Enormego, Shaun Harrison",
10 "git": "https://github.com/enormego/EGOCache.git",
14 "source_files": "*.{h,m}"