[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / a / 5 / c / SlouchDB / 0.0.1 / SlouchDB.podspec.json
blob8c535e9a2bb5d33c57f52d256704b474fd04b44d
2   "name": "SlouchDB",
3   "version": "0.0.1",
4   "summary": "A distributed journal-based database",
5   "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.",
6   "homepage": "https://github.com/allenu/slouchdb",
7   "license": "MIT",
8   "authors": {
9     "Allen Ussher": "allen@ussher.ca"
10   },
11   "platforms": {
12     "osx": "10.12",
13     "ios": "11.1"
14   },
15   "source": {
16     "git": "https://github.com/allenu/slouchdb.git",
17     "tag": "0.0.1"
18   },
19   "source_files": [
20     "Src",
21     "Src/**/*.swift"
22   ],
23   "requires_arc": true,
24   "pushed_with_swift_version": "4.0"