Skip to main content

Installation

Getting started with the Altibbi iOS SDK is straightforward. We support installation via CocoaPods, the most popular dependency manager for Swift and Objective-C Cocoa projects.

Prerequisites

Before installing, ensure your project meets the following requirements:

  • iOS Version: Minimum iOS 13.0
  • Swift Version: Swift 5.0 or later
  • CocoaPods: Ensure you have CocoaPods installed on your development machine.

Installing via CocoaPods

  1. Initialize Podfile: If you haven't already, run pod init in your project root directory.
  2. Add Dependency: Open your Podfile and add the following line:
pod 'AltibbiTelehealth'
  1. Install: Save the file and run the following command in your terminal:
pod install
  1. Open Workspace: Always open the .xcworkspace file when working on your project after installing the pod.