Skip to main content

Adding the SDK to the project

Zoho CRM iOS SDK is available as a CocoaPod. To add it as a dependency to your new or existing project, add the below snippet in your project's 'Podfile' under your app's target.

pod 'ZCRMiOS', :git => 'https://github.com/zoho/CRM-iOSSDK.git', :branch => 'V2_ALPHA'

Run the pod install command in your terminal and the pod will be installed successfully.