...
You can install Gini Bank SDK either by using Swift Package Manager or by manually dragging the required adding XCFrameworks to your project.
Filter by label (Content by label) | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Swift Package Manager
To install Gini Bank SDK as a Swift package, 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-beta04”.
Import the Gini Bank SDK with
import GiniBankSDK
.
...