blob: 7c0d3aa5ac2551c4ef542cefcf04aef29a571ecb [file] [log] [blame]
{
"name": "MMapKV",
"version": "0.1.0-beta1",
"summary": "MMap Key-Value storage.",
"description": "MMap Key-Value storage.",
"homepage": "https://github.com/pozi119/MMapKV",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Valo Lee": "pozi119@163.com"
},
"source": {
"git": "https://github.com/pozi119/MMapKV.git",
"tag": "0.1.0-beta1"
},
"platforms": {
"ios": "10.0",
"tvos": "10.0",
"osx": "10.12",
"watchos": "3.0"
},
"swift_versions": "5.0",
"source_files": "MMapKV/Classes/**/*",
"dependencies": {
"AnyCoder": [
"~> 0.1.1-beta1"
]
},
"swift_version": "5.0"
}