blob: 1cc3a3e34cb0e7c415b3df7020f0913452ae80a7 [file] [log] [blame]
{
"name": "LruCache",
"version": "0.1",
"summary": "Objective-C implementation of Least Recently Used(LRU) cache.",
"homepage": "https://github.com/robinzhangx/LruCache",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"robinz": "robin.zhangx@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/robinzhangx/LruCache.git",
"tag": "0.1"
},
"source_files": "LruCache/LruCache.{h,m}",
"requires_arc": true
}