# Installation

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

Add the following dependencies to your `Podfile`:

```
pod ‘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
```
