blob: f8fe832f3d2ab40666700409d14a5e419588bf21 [file] [log] [blame]
{
"name": "ReactiveLevelCache",
"version": "0.13.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.13.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "ReactiveLevelCache/Classes/**/*",
"swift_versions": "5.0",
"dependencies": {
"ReactiveCache": [
">= 0.37.0"
],
"Objective-LevelDB": [
],
"leveldb-library": [
">= 1.22"
]
},
"swift_version": "5.0"
}