Skip to main content

YasminaSDKKit for iOS

YasminaSDKKit is the official iOS client for embedding Yasmina insurance experiences into native apps. It is distributed as a prebuilt .xcframework and works with Swift Package Manager or CocoaPods.

Requirements

  • iOS 13.0 or later
  • Xcode 15 or later
  • Swift 5.9 or later

Installation

Swift Package Manager

Add the package from https://github.com/YasminaAI/Yasmina-iOS.git and select version 0.0.1 (or newer).
Package.swift

CocoaPods

Use the Git repository and tag 0.0.1 from your Podfile.
Podfile
Then install:
Terminal

Quick Start

  1. Import the SDK and configure it for your environment.
Swift
  1. Request an OTP to validate the flow.
Swift
  1. After validating the OTP, request multi-provider quotes.
Swift

Support

License

Distributed under the MIT License. See the LICENSE file in the SDK repository for details.