CocoaPods trunk is moving to be read-only. Read more on the blog, there are 7 months to go.

BreezSdkSpark 0.11.0-dev2

BreezSdkSpark 0.11.0-dev2

Maintained by roeierez.



 
Depends on:
breez_sdk_sparkFFI= 0.11.0-dev2
Swift-BigInt~> 2.0
 

BreezSdkSpark 0.11.0-dev2

  • By
  • Breez

Breez Spark SDK — Swift Bindings

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

This repository maintains the Breez Spark 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-spark-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-spark-swift.git", from: "0.0.1"),

CocoaPods

Add the Breez Spark SDK to your Podfile like so:

target '<YourApp' do
  use_frameworks!

  pod 'BreezSdkSpark'
end

Usage

import BreezSdkSpark