# Installation

This page will help you with setting up the Mobile SDK in your iOS application.

# Swift Package Manager

Add https://github.com/smartsupp/smartsupp-sdk-ios as a Swift Package Repository in Xcode and follow the instructions to add Smartsupp as a Swift Package.

If you use Package.swift file, just add the package like this:

dependencies: [
    .package(url: "https://github.com/smartsupp/smartsupp-sdk-ios", .upToNextMajor(from: "1.0.0"))
]