Skip to content

Commit

Permalink
2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
PureCloud Jenkins committed Sep 10, 2019
1 parent 33e2583 commit 536d0d4
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 8 deletions.
16 changes: 16 additions & 0 deletions PureCloudPlatformClientV2.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Pod::Spec.new do |s|
s.name = 'PureCloudPlatformClientV2'
s.ios.deployment_target = '10.0'
s.osx.deployment_target = '10.11'
s.swift_version = '5.0'
s.version = '2.0.4'
s.source = { :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '2.0.4' }
s.authors = 'Genesys Developer Evangelists'
s.social_media_url = 'https://twitter.com/PureCloud_Dev'
s.license = 'MIT'
s.homepage = 'https://developer.mypurecloud.com/'
s.summary = 'An iOS library to interface with the PureCloud Platform API'
s.description = 'An iOS library to interface with the PureCloud Platform API'
s.documentation_url = 'https://developer.mypurecloud.com/api/rest/client-libraries/ios/'
s.source_files = 'build/src/**/*.swift'
end
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This package can be found at https://cocoapods.org/pods/PureCloudPlatformClientV
Reference the SDK's pod in your project's Podfile:

```
pod 'PureCloudPlatformClientV2'
pod 'PureCloudPlatformClientV2', :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '2.0.4'
```

Then install your project's dependencies:
Expand Down
4 changes: 2 additions & 2 deletions build/PureCloudPlatformClientV2.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '10.0'
s.osx.deployment_target = '10.11'
s.swift_version = '5.0'
s.version = '2.0.3'
s.source = { :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '2.0.3' }
s.version = '2.0.4'
s.source = { :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '2.0.4' }
s.authors = 'Genesys Developer Evangelists'
s.social_media_url = 'https://twitter.com/PureCloud_Dev'
s.license = 'MIT'
Expand Down
2 changes: 1 addition & 1 deletion build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This package can be found at https://cocoapods.org/pods/PureCloudPlatformClientV
Reference the SDK's pod in your project's Podfile:

```
pod 'PureCloudPlatformClientV2'
pod 'PureCloudPlatformClientV2', :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '2.0.4'
```

Then install your project's dependencies:
Expand Down
2 changes: 1 addition & 1 deletion build/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This package can be found at https://cocoapods.org/pods/PureCloudPlatformClientV
Reference the SDK's pod in your project's Podfile:

```
pod 'PureCloudPlatformClientV2'
pod 'PureCloudPlatformClientV2', :git => 'https://github.com/MyPureCloud/platform-client-sdk-ios.git', :tag => '2.0.4'
```

Then install your project's dependencies:
Expand Down
6 changes: 3 additions & 3 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"major": 2,
"minor": 0,
"point": 3,
"point": 4,
"prerelease": "",
"apiVersion": 0,
"display": "2.0.3",
"displayFull": "2.0.3"
"display": "2.0.4",
"displayFull": "2.0.4"
}

0 comments on commit 536d0d4

Please sign in to comment.