Integration
In this step, you need to integrate XpressPlug as a dependency on your Xcode project. To do this, execute the pod init command. Then, in the Podfile file, add the following code to your application's main target and save.
source 'https://github.com/CocoaPods/Specs' source 'https://developer.veritran.com/resources/xpressplug/ios/specs.git' platform :ios, '11.0' use_frameworks! pod 'XpressPlug'
Execute the pod repo update and pod install commands to install the XpressPlug SDK.