Integrate Cloneable SDK
Easily add the Cloneable into your existing app
Supported package managers
We currently only support integrating the Cloneable package using Swift Package Manager (SPM). We are planning to support Cocoapods and Carthage in future updates.
Add Cloneable SDK as a dependency
The following steps will walk you through incorporating the Cloneable SDK as a dependency in a Xcode app.
Project -> Package Dependencies
Navigate to your apps project and then the Package Dependencies
tab. Click the +
sign.

Add the Cloneable iOS SDK github url
URL: https://github.com/Cloneable-Inc/Cloneable-iOS-SDK/
Select Up to Next Major Version

Add Package
It may take a few minutes for the package to resolve because the package is close to 1gb in size. Once it has, click Add Package

Cloneable-iOS-SDK listed as Package Dependency
The SDK should now show up as a package dependency in your package. You should be able to import CloneablePlatform
into you app and build the project

Last updated