...
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
Code Block | ||
---|---|---|
| ||
dependencies: [ .package(url: "https://github.com/gini/bank-sdk-ios.git", .exact("3.0.0")) ] |
...
In case that you want to use the certificate pinning in the library, add GiniBankSDKPinning
:
Code Block | ||
---|---|---|
| ||
dependencies: [ .package(url: "https://github.com/gini/bank-sdk-pinning-ios.git", .exact("3.0.0")) ] |
...