-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
PureCloud Jenkins
committed
Sep 14, 2024
1 parent
a52c6e6
commit 81569fb
Showing
4,617 changed files
with
41,635 additions
and
44,290 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
--- | ||
title: Platform API Client SDK - iOS | ||
--- | ||
# Platform API Client SDK - iOS | ||
|
||
The iOS SDK is compatible with Swift 5 and does not require any external dependencies. Documentation can be found at [https://developer.genesys.cloud/devapps/sdk/docexplorer/purecloudios/](https://developer.genesys.cloud/devapps/sdk/docexplorer/purecloudios/) | ||
The iOS SDK is compatible with Swift 5 and does not require any external dependencies. Documentation can be found at https://mypurecloud.github.io/platform-client-sdk-ios/. | ||
|
||
Documentation version [email protected] | ||
|
||
## Install using CocoaPods | ||
|
||
|
@@ -12,7 +12,7 @@ This package's source is on github at https://github.com/MyPureCloud/platform-cl | |
Reference the SDK's pod in your project's Podfile: | ||
|
||
``` | ||
pod 'PureCloudPlatformClientV2', :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '151.0.0' | ||
pod 'PureCloudPlatformClientV2', :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '151.1.0' | ||
``` | ||
|
||
Then install your project's dependencies: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.