# 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
```
