Overview
You can install Gini Bank SDK either by using Swift Package Manager or by adding XCFrameworks to your project.
Swift Package Manager
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
dependencies: [ .package(url: "https://github.com/gini/bank-sdk-ios.git", .exact("3.0.0")) ]
Availible from iOS 12
dependencies: [ .package(url: "https://github.com/gini/bank-sdk-pinning-ios.git", .exact("3.0.0")) ]
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:
GiniBankSDK.xcframework
GiniCaptureSDK.xcframework
GiniBankAPILibrary.xcframework
In case you want to use the certificate pinning, add the following frameworks:
GiniBankSDK.xcframework
GiniBankSDKPinning.xcframework
GiniCaptureSDK.xcframework
GiniCaptureSDKPinning.xcframework
GiniBankAPILibrary.xcframework
GiniBankAPILibraryPinning.xcframework
TrustKit.xcframework
The latest version of the frameworks is available on github.