4 "summary": "Protocol-oriented cache in pure Swift",
5 "description": "* Uses NSCache for quick in-memory access\n* Long-term storage uses disk with LRU eviction",
6 "homepage": "https://github.com/WashingtonPost/PostCache",
11 "authors": "The Washington Post",
16 "git": "https://github.com/washingtonpost/PostCache.git",
19 "default_subspecs": "Default",
28 "source_files": "PostCache/PostCache.swift"
36 "PostCache/Default": [
40 "source_files": "PostCache/Protocols/Gloss.swift"