Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languageswift
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:

...