...
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-beta04”.
Import the Gini Bank SDK with
import GiniBankSDK
.
To use the certificate pinning in the library, follow these steps:
In project settings, find package dependencies, and click +.
Start a search for the URL
https://github.com/gini/bank-sdk-pinning-ios.git
In Dependency rule, select Exact version and type “3.0.0-beta04”.
Import the Gini Bank SDK with
import GiniBankSDKPinning
.
...
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:
...