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
- Initialize Podfile: If you haven't already, run
pod initin your project root directory. - Add Dependency: Open your
Podfileand add the following line:
pod 'AltibbiTelehealth'
- Install: Save the file and run the following command in your terminal:
pod install
- Open Workspace: Always open the
.xcworkspacefile when working on your project after installing the pod.