For the complete documentation index, see llms.txt. This page is also available as Markdown.

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 for your project.

Then just navigate to your new project and run:

pod install

Last updated