Quickstart

This guide will get you all set up and ready to use the Liquisset library.

Requirements

  • iOS 13.0+
  • Xcode 11.0+
  • Swift 5.1+

Install

Swift Package Manager

Open Xcode, go to File -> Swift Packages -> Add Package Dependency and enter https://github.com/1devdesign/liquisset

You can also add Liquisset as a dependency to your Package.swift:

dependencies: [
  .package(url: "https://github.com/1devdesign/liquisset", branch: "main")
]