Skip to content

Commit

Permalink
155.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PureCloud Jenkins committed Oct 29, 2024
1 parent 1996db8 commit e71bd5f
Show file tree
Hide file tree
Showing 4,802 changed files with 31,242 additions and 17,436 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 2 additions & 2 deletions PureCloudPlatformClientV2.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '12.0'
s.osx.deployment_target = '12.0'
s.swift_version = '5.0'
s.version = '154.0.0'
s.source = { :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '154.0.0' }
s.version = '155.0.0'
s.source = { :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '155.0.0' }
s.authors = 'Genesys Developer Evangelists'
s.social_media_url = 'https://twitter.com/PureCloud_Dev'
#s.docset_url = 'https://developer.mypurecloud.com/api/rest/client-libraries/ios/'
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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 PureCloudPlatformClientV2@154.0.0
Documentation version PureCloudPlatformClientV2@155.0.0

## Install using CocoaPods

Expand All @@ -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 => '154.0.0'
pod 'PureCloudPlatformClientV2', :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '155.0.0'
```

Then install your project's dependencies:
Expand Down
Loading

0 comments on commit e71bd5f

Please sign in to comment.