[Add] DoordeckSDK 0.55.0
[CocoaPods.git] / Specs / 6 / 7 / 5 / EGOCache / 2.1 / EGOCache.podspec.json
blob383306f1f1acae5a711ac8a7fd271afe5715db34
2   "name": "EGOCache",
3   "version": "2.1",
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",
7   "license": "MIT",
8   "authors": "Enormego, Shaun Harrison",
9   "source": {
10     "git": "https://github.com/enormego/EGOCache.git",
11     "tag": "v2.1"
12   },
13   "requires_arc": true,
14   "source_files": "*.{h,m}"