/CouchBaseTesting

This is sample code for getting started with CouchBase Lite in iOS using Swift 2.0.

Primary LanguageSwift

CouchBaseTesting

This is sample code for getting started with CouchBase Lite in iOS using Swift 2.0.

Steps:

  1. Clone this repo
  2. Make sure you have Cocoapods installed.
  3. Go to your terminal and cd into the directory where you have cloned this repo
  4. run pod install. This shall install Couchbase-Lite via cocoapods
  5. Go to your .xcworkspace file, open it and run it.