blob: 27347fbd1f3e64ea5dae92a3674919e623bfce08 [file] [log] [blame]
{
"name": "StorageDone",
"version": "0.4.1",
"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.4.1"
},
"source_files": "StorageDone/**/*.{swift}",
"requires_arc": true,
"swift_version": "5.0"
}