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

# Installation

## Carthage

To install the SDK via Carthage add the following to your Cartfile and run the `carthage update` command from the terminal to fetch the SDKs onto your local machine.

```
github "Guestlogix/traveler-ios" "master"
```

This will download all three SDKs, include the ones you are interested in your Xcode project. For further information on how to include frameworks built by Carthage into your project read the [Carthage installation guide](https://github.com/Carthage/Carthage#quick-start).
