blob: c09a2b965a5b4d81c57b6a707cf7ab521b6cccf5 [file] [log] [blame]
{
"name": "CYMemoryCache",
"version": "0.1.0",
"summary": "A easy memory cache manager with LRU",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/SimonCY/CYMemoryCache",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"SimonCY": "397604080@qq.com"
},
"source": {
"git": "https://github.com/SimonCY/CYMemoryCache.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "13.0"
},
"source_files": "CYMemoryCache/Classes/**/*.{h,m}",
"frameworks": "Foundation"
}