...
Filter by label (Content by label) | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Swift Package Manager
The Swift Package Manager is a tool for managing the distribution of Swift code. Once you have your Swift package set up, adding GiniBankSDK
as a dependency is as easy as adding it to the dependencies value of your Package.swift
.
...
language | swift |
---|
...
To install Gini Bank SDK, follow these steps:
In project settings, find package dependencies, and click +.
Start a search for the URL
https://github.com/gini/bank-sdk-ios.git
...
.
In Dependency rule, select Exact version and type “3.0.0-
...
In case you want to use the certificate pinning in the library, add GiniCaptureSDKPinning
:
...
language | swift |
---|
...
beta04”.
Import the Gini Bank SDK with
import GiniBankSDK
.
XCFrameworks
If you prefer not to use a dependency management tool, you can integrate the Gini Bank SDK into your project manually by adding the following frameworks to your project:
...