From 263e34714269dfaf38451f433f148c5a8d05bceb Mon Sep 17 00:00:00 2001 From: Vadym Markov Date: Mon, 27 Jun 2022 10:54:21 +0200 Subject: [PATCH] "Update framework urls for v0.3.0" --- Package.swift | 22 +++++++++++----------- PexipConference.podspec | 6 +++--- PexipInfinityClient.podspec | 6 +++--- PexipMedia.podspec | 6 +++--- PexipRTC.podspec | 6 +++--- PexipUtils.podspec | 6 +++--- WebRTC.podspec | 2 +- 7 files changed, 27 insertions(+), 27 deletions(-) diff --git a/Package.swift b/Package.swift index ef032c61..3a6f6c02 100644 --- a/Package.swift +++ b/Package.swift @@ -46,8 +46,8 @@ let package = Package( ), .binaryTarget( name: "PexipConference", - url: "https://github.com/pexip/pexip-swift-sdk/releases/download/0.2.0/PexipConference.xcframework.zip", - checksum: "7da03bccaccf424070c73757b4d243b0872f812a989be4380c1e155ef70e214e" + url: "https://github.com/pexip/pexip-swift-sdk/releases/download/0.3.0/PexipConference.xcframework.zip", + checksum: "b48d3b6fad4702633909dc429a9ec445dbc6c6b2ed93a725a6a1a13dc9cbecb3" ), // PexipInfinityClient .target(name: "PexipInfinityClientTargets", @@ -59,8 +59,8 @@ let package = Package( ), .binaryTarget( name: "PexipInfinityClient", - url: "https://github.com/pexip/pexip-swift-sdk/releases/download/0.2.0/PexipInfinityClient.xcframework.zip", - checksum: "281063d820b8f234945947907097d9fc5f24ca59a846f46849a9a2132350ee91" + url: "https://github.com/pexip/pexip-swift-sdk/releases/download/0.3.0/PexipInfinityClient.xcframework.zip", + checksum: "9bf385f5e5e6c8200c076d13e0e27978d553b75d343baab3e4e456ab999427c2" ), // PexipRTC .target(name: "PexipRTCTargets", @@ -74,25 +74,25 @@ let package = Package( ), .binaryTarget( name: "PexipRTC", - url: "https://github.com/pexip/pexip-swift-sdk/releases/download/0.2.0/PexipRTC.xcframework.zip", - checksum: "681faec09ba1f17385a30dc1b5518d7aee0e2c0486e98f1ea472c2dbc17ed515" + url: "https://github.com/pexip/pexip-swift-sdk/releases/download/0.3.0/PexipRTC.xcframework.zip", + checksum: "dc1b613ee53f81c470e7b3484eaa00ab1f413b61c219be0f21c4e7c948c65d0b" ), // PexipMedia .binaryTarget( name: "PexipMedia", - url: "https://github.com/pexip/pexip-swift-sdk/releases/download/0.2.0/PexipMedia.xcframework.zip", - checksum: "0b7e54fce29c14c33c8392f7580e1b35152ee920d652591c8ef5e51493193505" + url: "https://github.com/pexip/pexip-swift-sdk/releases/download/0.3.0/PexipMedia.xcframework.zip", + checksum: "33f3b0532549771db8bd178ff47978cff815ba39297804707858707ec26f2575" ), // PexipUtils .binaryTarget( name: "PexipUtils", - url: "https://github.com/pexip/pexip-swift-sdk/releases/download/0.2.0/PexipUtils.xcframework.zip", - checksum: "ba763cc4aaca620d3965bc4e2f18e8b6b0c7f900a6ddb0fdfa5dc95e25fa67f9" + url: "https://github.com/pexip/pexip-swift-sdk/releases/download/0.3.0/PexipUtils.xcframework.zip", + checksum: "370408dc504855ed7ca49d15a321fa186f3bb36dc64072f52bc9447e8054038a" ), // WebRTC .binaryTarget( name: "WebRTC", - url: "https://github.com/pexip/pexip-swift-sdk/releases/download/0.2.0/WebRTC.xcframework.zip", + url: "https://github.com/pexip/pexip-swift-sdk/releases/download/0.3.0/WebRTC.xcframework.zip", checksum: "1ddefa62bfe01fbb2fbebea94c7c7992a26e09d3f0ee6c18ee008f62f498ce6f" ) ] diff --git a/PexipConference.podspec b/PexipConference.podspec index 315e58ec..a2acbb8b 100644 --- a/PexipConference.podspec +++ b/PexipConference.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'PexipConference' - s.version = '0.2.0' + s.version = '0.3.0' s.summary = 'Core components for working with conferences hosted on the Pexip Infinity platform' s.description = <<-DESC Pexip Swift SDK is designed for use by iOS/macOS voice/video applications @@ -58,8 +58,8 @@ Pod::Spec.new do |s| s.ios.deployment_target = '13.0' s.osx.deployment_target = '10.15' s.source = { - http: 'https://github.com/pexip/pexip-swift-sdk/releases/download/0.2.0/PexipConference.xcframework.zip', - sha256: '7da03bccaccf424070c73757b4d243b0872f812a989be4380c1e155ef70e214e', + http: 'https://github.com/pexip/pexip-swift-sdk/releases/download/0.3.0/PexipConference.xcframework.zip', + sha256: 'b48d3b6fad4702633909dc429a9ec445dbc6c6b2ed93a725a6a1a13dc9cbecb3', type: 'zip', headers: ['Accept: application/octet-stream'] } diff --git a/PexipInfinityClient.podspec b/PexipInfinityClient.podspec index 05493edd..e66477c5 100644 --- a/PexipInfinityClient.podspec +++ b/PexipInfinityClient.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'PexipInfinityClient' - s.version = '0.2.0' + s.version = '0.3.0' s.summary = 'A fluent client for Pexip Infinity REST API v2' s.description = <<-DESC Pexip Swift SDK is designed for use by iOS/macOS voice/video applications @@ -58,8 +58,8 @@ Pod::Spec.new do |s| s.ios.deployment_target = '13.0' s.osx.deployment_target = '10.15' s.source = { - http: 'https://github.com/pexip/pexip-swift-sdk/releases/download/0.2.0/PexipInfinityClient.xcframework.zip', - sha256: '281063d820b8f234945947907097d9fc5f24ca59a846f46849a9a2132350ee91', + http: 'https://github.com/pexip/pexip-swift-sdk/releases/download/0.3.0/PexipInfinityClient.xcframework.zip', + sha256: '9bf385f5e5e6c8200c076d13e0e27978d553b75d343baab3e4e456ab999427c2', type: 'zip', headers: ['Accept: application/octet-stream'] } diff --git a/PexipMedia.podspec b/PexipMedia.podspec index 1d4a3bea..aa0eadd7 100644 --- a/PexipMedia.podspec +++ b/PexipMedia.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'PexipMedia' - s.version = '0.2.0' + s.version = '0.3.0' s.summary = 'Core components for working with audio and video in the Pexip Swift SDK' s.description = <<-DESC Pexip Swift SDK is designed for use by iOS/macOS voice/video applications @@ -58,8 +58,8 @@ Pod::Spec.new do |s| s.ios.deployment_target = '13.0' s.osx.deployment_target = '10.15' s.source = { - http: 'https://github.com/pexip/pexip-swift-sdk/releases/download/0.2.0/PexipMedia.xcframework.zip', - sha256: '0b7e54fce29c14c33c8392f7580e1b35152ee920d652591c8ef5e51493193505', + http: 'https://github.com/pexip/pexip-swift-sdk/releases/download/0.3.0/PexipMedia.xcframework.zip', + sha256: '33f3b0532549771db8bd178ff47978cff815ba39297804707858707ec26f2575', type: 'zip', headers: ['Accept: application/octet-stream'] } diff --git a/PexipRTC.podspec b/PexipRTC.podspec index 3b2bab96..8f81274a 100644 --- a/PexipRTC.podspec +++ b/PexipRTC.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'PexipRTC' - s.version = '0.2.0' + s.version = '0.3.0' s.summary = 'Pexip WebRTC-based media stack for sending and receiving video streams.' s.description = <<-DESC Pexip Swift SDK is designed for use by iOS/macOS voice/video applications @@ -58,8 +58,8 @@ Pod::Spec.new do |s| s.ios.deployment_target = '13.0' s.osx.deployment_target = '10.15' s.source = { - http: 'https://github.com/pexip/pexip-swift-sdk/releases/download/0.2.0/PexipRTC.xcframework.zip', - sha256: '681faec09ba1f17385a30dc1b5518d7aee0e2c0486e98f1ea472c2dbc17ed515', + http: 'https://github.com/pexip/pexip-swift-sdk/releases/download/0.3.0/PexipRTC.xcframework.zip', + sha256: 'dc1b613ee53f81c470e7b3484eaa00ab1f413b61c219be0f21c4e7c948c65d0b', type: 'zip', headers: ['Accept: application/octet-stream'] } diff --git a/PexipUtils.podspec b/PexipUtils.podspec index 4db6faae..362d6cdf 100644 --- a/PexipUtils.podspec +++ b/PexipUtils.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'PexipUtils' - s.version = '0.2.0' + s.version = '0.3.0' s.summary = 'Pexip Swift SDK extensions, utilities and shared components.' s.description = <<-DESC Pexip Swift SDK is designed for use by iOS/macOS voice/video applications @@ -58,8 +58,8 @@ Pod::Spec.new do |s| s.ios.deployment_target = '13.0' s.osx.deployment_target = '10.15' s.source = { - http: 'https://github.com/pexip/pexip-swift-sdk/releases/download/0.2.0/PexipUtils.xcframework.zip', - sha256: 'ba763cc4aaca620d3965bc4e2f18e8b6b0c7f900a6ddb0fdfa5dc95e25fa67f9', + http: 'https://github.com/pexip/pexip-swift-sdk/releases/download/0.3.0/PexipUtils.xcframework.zip', + sha256: '370408dc504855ed7ca49d15a321fa186f3bb36dc64072f52bc9447e8054038a', type: 'zip', headers: ['Accept: application/octet-stream'] } diff --git a/WebRTC.podspec b/WebRTC.podspec index fc4ebc53..fb825f32 100644 --- a/WebRTC.podspec +++ b/WebRTC.podspec @@ -44,7 +44,7 @@ Pod::Spec.new do |s| s.ios.deployment_target = '13.0' s.osx.deployment_target = '10.15' s.source = { - http: 'https://github.com/pexip/pexip-swift-sdk/releases/download/0.2.0/WebRTC.xcframework.zip', + http: 'https://github.com/pexip/pexip-swift-sdk/releases/download/0.3.0/WebRTC.xcframework.zip', sha256: '1ddefa62bfe01fbb2fbebea94c7c7992a26e09d3f0ee6c18ee008f62f498ce6f', type: 'zip', headers: ['Accept: application/octet-stream']