blob: fcbacd98036d0d77eb4db876c2897b1f0e130d5c [file] [log] [blame]
{
"name": "KMCache",
"version": "0.1.8",
"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": "mioke0428@gmail.com"
},
"source": {
"git": "https://github.com/Mioke/KMCache.git",
"tag": "0.1.8"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "KMCache/*"
}