blob: 668132e52c2239424094e37b4af794565bac611a [file] [log] [blame]
{
"name": "MLFUCache",
"version": "0.0.1",
"summary": "An Objective-C framework that implements the LFU cache.",
"description": "An Objective-C framework that implements the LFU cache management using a min heap data structure \nand a hash map. The time complexity for insertion and lookup are both O(lg n)",
"homepage": "https://github.com/sueLan/MLFUCache",
"license": "MIT",
"authors": {
"RongyanZheng": "scutryzheng@gmail.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/sueLan/MLFUCache.git",
"tag": "0.0.1"
},
"source_files": [
"MLFUCache/*.{h,m}",
"MLFUCache/**/*.{h,m}"
],
"exclude_files": "MLFUCache/Exclude"
}