Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/couchbaselabs/cbliteswiftjslib
Couchbase Lite Swift libary for cblite.js (Javascript) Library
https://github.com/couchbaselabs/cbliteswiftjslib
couchbase-lite swift
Last synced: 8 days ago
JSON representation
Couchbase Lite Swift libary for cblite.js (Javascript) Library
- Host: GitHub
- URL: https://github.com/couchbaselabs/cbliteswiftjslib
- Owner: couchbaselabs
- License: apache-2.0
- Created: 2024-04-07T11:04:35.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-09T12:19:27.000Z (9 months ago)
- Last Synced: 2024-11-29T22:54:16.591Z (about 1 month ago)
- Topics: couchbase-lite, swift
- Language: Swift
- Homepage:
- Size: 64.5 KB
- Stars: 0
- Watchers: 17
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CbliteSwiftJsLib
## Example
To run the example project, clone the repo, and run `pod install` from the Example directory first.
## Requirements
## Installation
CbliteSwiftJsLib is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:```ruby
pod 'CbliteSwiftJsLib'
```## Development
To validate that the code works, you can run the pod linter:
```shell
pod lib lint CbliteSwiftJsLib.podspec --verbose --allow-warnings
```## License
CbliteSwiftJsLib is available under the Apache 2.0 license. See the LICENSE file for more info.