# iOS SDK

## **CocoaPods**

You can use [CocoaPods](https://cocoapods.org/) to install `Purchasely` by adding it to your `Podfile`:

```bash
pod 'Purchasely', '~> 2.7.3'
```

## **Carthage**

You can use [Carthage](https://github.com/Carthage/Carthage) to install `Purchasely` by adding it to your `Cartfile`:

```bash
binary "https://raw.githubusercontent.com/Purchasely/Purchasely-iOS/master/Purchasely.json"
```

## Swift Package Manager

You can integrate Purchasely as a Swift package by adding the following URL to the public package repository that you can add in Xcode:

```
https://github.com/Purchasely/Purchasely-iOS
```
