blob: 4c14038609c5a267bc14bd50e1f1a6ead95ed596 [file] [log] [blame]
{
"name": "ReactiveLevelCache",
"version": "0.8.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.8.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ReactiveLevelCache/Classes/**/*",
"swift_version": "4.2",
"dependencies": {
"ReactiveCache": [
],
"StandardPaths": [
],
"Objective-LevelDB": [
]
}
}