[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 8 / e / 4 / WellCached / 0.1.1 / WellCached.podspec.json
bloba3c5e2f60a6408572aec9a13d5ee77473164e5f8
2   "name": "WellCached",
3   "version": "0.1.1",
4   "summary": "An expiring, thread-safe caching library based on NSCache",
5   "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",
6   "homepage": "https://github.com/ericallam/WellCached",
7   "license": "MIT",
8   "authors": {
9     "Eric Allam": "eallam@icloud.com"
10   },
11   "source": {
12     "git": "https://github.com/ericallam/WellCached.git",
13     "tag": "0.1.1"
14   },
15   "requires_arc": true,
16   "source_files": "WellCached",
17   "public_header_files": "WellCached/**/*.h"