Versions Compared

Key

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

...

Code Block
languageswift
dependencies: [
    .package(url: "https://github.com/gini/capturebank-sdk-ios.git", .exact("31.012.0-beta02"))
]

In case you want to use the certificate pinning in the library, add GiniCaptureSDKPinning:

Code Block
languageswift
dependencies: [
    .package(url: "https://github.com/gini/capturebank-sdk-pinning-ios.git", .exact("31.012.0-beta02"))
]

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:

...