Getting Started

We recommend installing the latest version of XCode to support the installation of this SDK.

To use this library, you will first need to install the Cocoapods dependency manager. Check here for a how-to on installation.

Next, follow this guide to setup your Xcode project to use Cocoapods.

Then, in your Podfile, add this line pod 'DXSDK-Swift', :git => 'https://github.com/DynepicX-DX/DXSDK-Swift'. Your Podfile should look something like this:

target 'YourProjectName' do
	use_frameworks!

	pod 'DXSDK-Swift', :git => 'https://github.com/DynepicX-DX/DXSDK-Swift'

end

Finally, from the command line inside your project's directory, run pod install.

Swift SDK Integration Demo

Last updated