blob: c6fb16983bbcc71e28f20fdd7868ce55d009478c [file] [log] [blame]
{
"name": "KMCache",
"version": "0.1.4",
"summary": "A high performance cache with key-value memory storage.",
"description": "A high performance cache with key-value memory storage. User can use KMCache to cache any objects they want. Two types for releasing caches, by time and by size.",
"homepage": "https://github.com/Mioke/KMCache",
"license": "MIT",
"authors": {
"Mioke": "565408238@qq.com"
},
"source": {
"git": "https://github.com/Mioke/KMCache.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "KMCache/*"
}