blob: 775466404887c2cc25eb4e8a6a91d28d849303d0 [file] [log] [blame]
{
"name": "Siegel",
"version": "0.1.0",
"summary": "A simple implementation of LRU cache.",
"description": " A simple implementation of LRU cache written in Swift.\n This library is inspired by [Cache::LRU](https://metacpan.org/pod/Cache::LRU).\n",
"homepage": "https://github.com/mihyaeru21/Siegel",
"license": "MIT",
"authors": {
"Mihyaeru": "mihyaeru21@gmail.com"
},
"source": {
"git": "https://github.com/mihyaeru21/Siegel.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*"
}