blob: b1a51c739e5a8413e8e012ac48d76b30c76ad8f3 [file] [log] [blame]
{
"name": "TimedCache",
"version": "1.0.0",
"summary": "Yet another caching library.",
"description": "This package is a protcol oriented cache implementation with a centrailized feature of expiration. Expiration is optional by definition of the protocol, but not the original intention. The only included implemenation is DictionaryCache, which is in fact thread safe.",
"homepage": "https://github.com/pedantix/TimedCache",
"license": {
"type": "BSD",
"file": "LICENSE.md"
},
"authors": {
"Shaun Hubbard": "shaunhubbard2013@icloud.com"
},
"source": {
"git": "https://github.com/pedantix/TimedCache.git",
"tag": "1.0.0"
},
"source_files": "Sources/**/*",
"platforms": {
"ios": "8.0"
},
"swift_version": "4.1"
}