blob: c7f5584151cf4ef5b11a8708d636da9f6cb7088a [file] [log] [blame]
{
"name": "StorageDone",
"version": "0.3.8",
"summary": "Swift library to make easy using local document-oriented databases in iOS apps.",
"description": "Swift library to make easy using local document-oriented databases in iOS apps. Uses Couchbase as no SQL database.",
"homepage": "https://github.com/dariopellegrini/StorageDone-iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dario Pellegrini": "pellegrini.dario.1303@gmail.com"
},
"swift_versions": "5.0",
"platforms": {
"ios": "11.0"
},
"dependencies": {
"CouchbaseLite-Swift": [
"~> 2.5.0"
],
"RxSwift": [
]
},
"source": {
"git": "https://github.com/dariopellegrini/StorageDone-iOS.git",
"tag": "0.3.8"
},
"source_files": "StorageDone/**/*.{swift}",
"requires_arc": true,
"swift_version": "5.0"
}