...
Code Block | ||
---|---|---|
| ||
dependencies: [ .package(url: "https://github.com/gini/bank-sdk-ios.git", .exact("3.1.1")) ] |
Available from iOS 12.
In case you want to use the certificate pinning in the library, add GiniBankSDKPinning
:
...
...
Code Block | ||
---|---|---|
| ||
dependencies: [ .package(url: "https://github.com/gini/bank-sdk-ios.git", .exact("3.1.1")) ] |
Available from iOS 12.
In case you want to use the certificate pinning in the library, add GiniBankSDKPinning
:
...