> For the complete documentation index, see [llms.txt](https://docs.mitter.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mitter.io/sdks/ios/installation.md).

# Installation

The SDK is available via Cocoapods and can be installed as a regular pod.

Add this to your `Podfile`:

```
pod ‘Mitter’, :path => ‘../Mitter’
```

Before that, make sure you’ve Cocoapods [installed and setup](https://guides.cocoapods.org/using/using-cocoapods) for your project.

Then just navigate to your new project and run:

```
pod install
```
