blob: dfb04287705c16721ca28e7324e3264178ea7b8f [file] [log] [blame]
{
"name": "LCLRU",
"version": "0.0.3",
"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.3"
},
"source_files": [
"LCMemoryCache",
"LCMemoryCache/*.{h,m}"
],
"exclude_files": "Classes/Exclude"
}