blob: a0ec2dae914bef77bd23d7b9c371a2a4b24b8841 [file] [log] [blame]
{
"name": "ReactiveLevelCache",
"version": "0.9.0",
"summary": "Objective-C level db with Reactive Cache compatible interface",
"description": "Google's LevelDB with RACSignal interface",
"homepage": "https://github.com/haifengkao/ReactiveLevelCache",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hai Feng Kao": "haifeng@cocoaspice.in"
},
"source": {
"git": "https://github.com/haifengkao/ReactiveLevelCache.git",
"tag": "0.9.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "ReactiveLevelCache/Classes/**/*",
"swift_version": "5.0",
"dependencies": {
"ReactiveCache": [
">= 0.37.0"
],
"StandardPaths": [
],
"Objective-LevelDB": [
]
}
}