[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / 8 / 4 / 0 / MemoryJar / 0.1.0 / MemoryJar.podspec.json
blobe813674fab54d7b49913a80a727beebbf0b42137
2   "name": "MemoryJar",
3   "version": "0.1.0",
4   "summary": "Fast, efficient and thread-safe persistent string caching for Swift.",
5   "description": "Two layer persistent string caching library with capacity management through LRU collector. Designed for async-writes and blocking-reads.",
6   "homepage": "https://github.com/modernistik/MemoryJar",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Anthony Persaud": "persaud@modernistik.com"
13   },
14   "source": {
15     "git": "https://github.com/modernistik/MemoryJar.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://www.modernistik.com/",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "swift_versions": "5.0",
23   "source_files": "MemoryJar/**/*",
24   "swift_version": "5.0"