blob: 33229d3f45347f0ce3470bd24ff6c2e700229d67 [file] [log] [blame]
{
"name": "FastKV",
"version": "0.2.0",
"summary": "FastKV is a real-time and high-performance key-value components.",
"description": "FastKV is a real-time and high-performance key-value components based on mmap.",
"homepage": "https://github.com/RyanLeeLY/FastKV",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yao.li": "liyaoxjtu2013@gmail.com"
},
"source": {
"git": "https://github.com/RyanLeeLY/FastKV.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "FastKV/Classes/**/*"
}