...
Code Block |
---|
dependencies: [ .package(url: "https://github.com/gini/bank-sdk-ios.git", .exact("3.0.0")) ] |
Info |
---|
Availible from iOS 12 |
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")) ] |
...