breez / breez-sdk-liquid-swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Breez Liquid SDK β€” Swift Bindings

The Breez Liquid SDK enables mobile developers to integrate Liquid into their apps with a very shallow learning curve. More information can be found here: breez/breez-sdk-liquid

This repository maintains the Breez Liquid SDK's official Swift bindings.

πŸ‘¨β€πŸ”§ Installation

We support integration via the Swift Package Manager and via CocoaPods.

Swift Package Manager

Installation via Xcode

Via File > Add Packages..., add

https://github.com/breez/breez-sdk-liquid-swift.git

as a package dependency in Xcode.

Installation via Swift Package Manifest

Add the following to the dependencies array of your Package.swift:

.package(url: "https://github.com/breez/breez-sdk-liquid-swift.git", from: "0.0.1"),

CocoaPods

Add the Breez Liquid SDK to your Podfile like so:

target '<YourApp' do
  use_frameworks!

  pod 'BreezSDKLiquid'
end

πŸ“„ Usage

import BreezSDKLiquid

About

License:MIT License


Languages

Language:Swift 99.2%Language:Ruby 0.8%