blob: b81e5c3fec282d5f0ec7bd6f9f5f78d0b00bca33 [file] [log] [blame]
{
"name": "Cachyr",
"version": "1.0.1",
"summary": "A thread-safe and type-safe key-value data cache written in Swift.",
"description": "Cachyr is a small key-value cache written in Swift. It has some nice properties:\n\n- Written in Swift 3.\n- Thread-safe.\n- Type-safe while still allowing any kind of data to be stored.\n- Disk and memory cache.\n- Data source delegate for easy population of cache when a key is not found.\n- Clean, single-purpose implementation. Does caching and nothing else.",
"homepage": "https://github.com/YR/Cachyr",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Yr": "yr.mobil.feedback@gmail.com"
},
"social_media_url": "",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/YR/Cachyr.git",
"tag": "1.0.1"
},
"source_files": "Sources/**/*",
"frameworks": "Foundation",
"pushed_with_swift_version": "3.0"
}