blob: e813674fab54d7b49913a80a727beebbf0b42137 [file] [log] [blame]
{
"name": "MemoryJar",
"version": "0.1.0",
"summary": "Fast, efficient and thread-safe persistent string caching for Swift.",
"description": "Two layer persistent string caching library with capacity management through LRU collector. Designed for async-writes and blocking-reads.",
"homepage": "https://github.com/modernistik/MemoryJar",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Anthony Persaud": "persaud@modernistik.com"
},
"source": {
"git": "https://github.com/modernistik/MemoryJar.git",
"tag": "0.1.0"
},
"social_media_url": "https://www.modernistik.com/",
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"source_files": "MemoryJar/**/*",
"swift_version": "5.0"
}