From 536d0d48e8be6e9947a10f4ac8fd31472e122fcd Mon Sep 17 00:00:00 2001 From: PureCloud Jenkins Date: Tue, 10 Sep 2019 16:22:22 +0000 Subject: [PATCH] 2.0.4 --- PureCloudPlatformClientV2.podspec | 16 ++++++++++++++++ README.md | 2 +- build/PureCloudPlatformClientV2.podspec | 4 ++-- build/README.md | 2 +- build/docs/index.md | 2 +- version.json | 6 +++--- 6 files changed, 24 insertions(+), 8 deletions(-) create mode 100644 PureCloudPlatformClientV2.podspec diff --git a/PureCloudPlatformClientV2.podspec b/PureCloudPlatformClientV2.podspec new file mode 100644 index 000000000..d7741a803 --- /dev/null +++ b/PureCloudPlatformClientV2.podspec @@ -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 diff --git a/README.md b/README.md index 7a92add06..36e87cbdd 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/build/PureCloudPlatformClientV2.podspec b/build/PureCloudPlatformClientV2.podspec index fa6fb2579..d7741a803 100644 --- a/build/PureCloudPlatformClientV2.podspec +++ b/build/PureCloudPlatformClientV2.podspec @@ -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' diff --git a/build/README.md b/build/README.md index 7a92add06..36e87cbdd 100644 --- a/build/README.md +++ b/build/README.md @@ -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: diff --git a/build/docs/index.md b/build/docs/index.md index 7a92add06..36e87cbdd 100644 --- a/build/docs/index.md +++ b/build/docs/index.md @@ -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: diff --git a/version.json b/version.json index cf46dabd3..0ab675acf 100644 --- a/version.json +++ b/version.json @@ -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" } \ No newline at end of file