Skip to main content
VESDK/iOS/Getting Started/Integration

Integration using Cocoapods

Use Cocoapods to quickly integrate VideoEditor SDK for iOS into your application.

Free Trial#

Our tech is modified to be used for testing purposes without a license key. To start testing just follow this Get Started guide and leave out the step of entering the commercial license keys. The editor will simply render a watermark over the preview and final results. And in case you need any technical assistance, make sure to reach out to us: https://img.ly/support. We’ll be glad to help.

Requirements#

VideoEditor SDK requires iOS 13+ and Xcode 13.3+ with Swift 5.6+. If you have to use older versions of Swift or support older versions of iOS, please have a look at previous versions.

Cocoapods#

VideoEditor SDK is available via CocoaPods. If you're new to CocoaPods, this Getting Started Guide will help you.

Important: Please make sure that you have a CocoaPods version >= 1.10.0 installed. You can check your version of CocoaPods with pod --version.

Here's what you have to add to your Podfile:

use_frameworks!
pod 'VideoEditorSDK'

To make sure you're fetching the latest SDK version, run pod repo update. Then run pod install to install the SDK.

Show Editor with SwiftUI or UIKit#