blob: 9a7499f8eaf4637b8834d0630790a0b8af71ceb8 [file] [log] [blame]
{
"name": "FZHCache",
"version": "0.0.6",
"summary": "An easy way to cache.",
"description": "FZHCache is a powerful and pure Swift implemented library for cacheing data to memory or disk.",
"homepage": "https://github.com/fengzhihao123/FZHCache",
"license": "MIT",
"authors": "FengZhiHao",
"swift_versions": [
"4.0",
"4.2",
"5.0"
],
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/fengzhihao123/FZHCache.git",
"tag": "0.0.6"
},
"source_files": [
"Source/*.swift"
],
"swift_version": "5.0"
}