Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Latest commit

 

History

History
41 lines (30 loc) · 559 Bytes

README.md

File metadata and controls

41 lines (30 loc) · 559 Bytes

Zendesk Connect iOS SDK

Install

Cocoapods

If you don't have cocoapods yet:

sudo gem install cocoapods

If you don't have any pods installed yet:

pod init

To install the Outbound SDK, add this to your Podfile:

pod 'ZendeskConnect', '~> 3.0'

Then run:

pod install

Carthage

If you use Carthage add this to your Cartfile:

github "zendesk/connect-ios-sdk" ~> 3.0

Then run:

carthage update

Migration guides