> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.qonversion.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Install iOS SDK

Qonversion supports CocoaPods, Carthage, and Swift Package Manager.

## CocoaPods

Add to your `Podfile`:

```bash theme={null}
pod 'Qonversion'
```

Run `pod install`.

## Carthage

Add to your `Cartfile`:

```bash theme={null}
github "qonversion/qonversion-ios-sdk"
```

Run `carthage update`.

## Swift Package Manager

In Xcode, go to **File → Add packages...** and enter `https://github.com/qonversion/qonversion-ios-sdk`.
