# Installation

## Adding the MOVE SDK

### Using Cocoapods

CocoaPods is a dependency manager for Swift and Objective-C Cocoa projects. Check out their [homepage](https://cocoapods.org/) for more details.

If your project already uses CocoaPods, then add the dependency to your Podfile:

```bash
pod 'DolphinMoveSDK'
```

Run the following command from the terminal:

```bash
$ pod install
```

### Manual Installation&#x20;

{% file src="<https://1197996007-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MXD5xlIFUYU8eK_kkLo%2Fuploads%2FAnRulUrtzzNcODogIM8a%2FDolphinMoveSDK%201.5.0.xcframework.zip?alt=media&token=29090cc1-03ca-4121-bd6e-c39306aac83b>" %}
Move iOS SDK 1.5.0 XCFramework
{% endfile %}

1. Download the latest Move SDK XCFramework
2. Add the frameworks to the project
   * Go to the **General** tab of your target settings
   * Click the **+** button under the **Frameworks, Libraries, and Embedded Content** heading
   * Click **Add Other** and then **Add Files**
   * Choose the **Move XCFramework** file and click **Open**
3. Change the **Embed** option next to the framework to **Do Not Embed**
