blob: 8c535e9a2bb5d33c57f52d256704b474fd04b44d [file] [log] [blame]
{
"name": "SlouchDB",
"version": "0.0.1",
"summary": "A distributed journal-based database",
"description": "SlouchDB is a database for Mac and iOS that provides a server-less solution for multi-client, single-user applications that wish to synchronize data across the multiple clients.\n\nBasically, it lets you sync data across multiple clients with only a file storage service, like Dropbox or OneDrive.",
"homepage": "https://github.com/allenu/slouchdb",
"license": "MIT",
"authors": {
"Allen Ussher": "allen@ussher.ca"
},
"platforms": {
"osx": "10.12",
"ios": "11.1"
},
"source": {
"git": "https://github.com/allenu/slouchdb.git",
"tag": "0.0.1"
},
"source_files": [
"Src",
"Src/**/*.swift"
],
"requires_arc": true,
"pushed_with_swift_version": "4.0"
}