[Add] libpag-enterprise 4.4.20
[CocoaPods.git] / Specs / a / 5 / c / SlouchDB / 0.0.3 / SlouchDB.podspec.json
blob8df8d8c88ecee8657c08f463d597317b76309e61
2   "name": "SlouchDB",
3   "version": "0.0.3",
4   "summary": "A synchronizable, journal-based database that uses remote file store for synchronization",
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.3"
18   },
19   "source_files": [
20     "Src",
21     "Src/**/*.swift"
22   ],
23   "requires_arc": true,
24   "pushed_with_swift_version": "4.0"