blob: d62ce824a8e995ea115c0e257fb3e1c77bf77ca2 [file] [log] [blame]
{
"name": "EasyCache",
"version": "0.1.0",
"summary": "A simple, generic LRU cache written in Swift.",
"description": "A simple, generic LRU cache written in Swift. Supports LRU based eviction, total capacity on disk, as well as memory and disk based variants.",
"homepage": "https://github.com/wmcginty/EasyCache",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"William McGinty": "mcgintw@gmail.com"
},
"source": {
"git": "https://github.com/wmcginty/EasyCache.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "EasyCache/Classes/**/*",
"pushed_with_swift_version": "3.0"
}