blob: a52bacca5afe328f081259371d01f61d8d4d259c [file] [log] [blame]
{
"name": "Storage.Redisable",
"version": "0.1.0-beta1",
"summary": "A short description of Storage.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/pozi119/Storage",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Valo Lee": "pozi119@163.com"
},
"source": {
"git": "https://github.com/pozi119/Storage.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": "Storage/Classes/**/*",
"dependencies": {
"SQLiteORM": [
"~> 0.1.4-beta2"
],
"MMapKV": [
"~> 0.1.0-beta1"
]
},
"swift_version": "5.0"
}