blob: ceb4da3a9bec1b887d634c89e9a38c3dbc153695 [file] [log] [blame]
{
"name": "LCLRU",
"version": "0.0.2",
"summary": "fast LRU.",
"description": "Good LRU method",
"homepage": "https://github.com/MaxwellLeeee/LCLRU",
"license": "MIT",
"authors": {
"maxwellli": "maxwellli@tencent.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/MaxwellLeeee/LCLRU.git",
"tag": "0.0.2"
},
"source_files": [
"LCMemoryCache",
"LCMemoryCache/*.{h,m}"
],
"exclude_files": "Classes/Exclude"
}