blob: 177a3abca788b85e01295b2db9f43f16fbb2bc1e [file] [log] [blame]
{
"name": "ReactiveLevelCache",
"version": "0.6.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.6.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ReactiveLevelCache/Classes/**/*",
"dependencies": {
"ReactiveCache": [
],
"StandardPaths": [
],
"Objective-LevelDB": [
]
},
"pushed_with_swift_version": "3.0"
}