Skip to content

Commit

Permalink
"Update framework urls for v0.6.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
vadymmarkov committed Jan 18, 2023
1 parent 6235196 commit a69e7b3
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 34 deletions.
28 changes: 14 additions & 14 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ let package = Package(
),
.binaryTarget(
name: "PexipInfinityClient",
url: "https://github.com/pexip/pexip-swift-sdk/releases/download/0.5.0/PexipInfinityClient.xcframework.zip",
checksum: "d1e0c3432def50f07133964d4cd79e3c3872a12fc7262ec526b4593221b3b56e"
url: "https://github.com/pexip/pexip-swift-sdk/releases/download/0.6.0/PexipInfinityClient.xcframework.zip",
checksum: "5df2a82fde5daded078c37b03fa474c183cc9751672d1fb2dbfdcc0e8b5d60bf"
),

// PexipRTC
Expand All @@ -65,8 +65,8 @@ let package = Package(
),
.binaryTarget(
name: "PexipRTC",
url: "https://github.com/pexip/pexip-swift-sdk/releases/download/0.5.0/PexipRTC.xcframework.zip",
checksum: "0f356baf38fdf88daf08168d7891422f1f69d3060d550973e60015721dfff701"
url: "https://github.com/pexip/pexip-swift-sdk/releases/download/0.6.0/PexipRTC.xcframework.zip",
checksum: "6d6eb6eea3ffe2e43da5ceaeb3ba795f55b6dd2e2644423b3baf145779a31aad"
),

// PexipMedia
Expand All @@ -80,8 +80,8 @@ let package = Package(
),
.binaryTarget(
name: "PexipMedia",
url: "https://github.com/pexip/pexip-swift-sdk/releases/download/0.5.0/PexipMedia.xcframework.zip",
checksum: "f60cc73e22d3eff93f4816477b8ef08b99f6d9ffe47c115e11fa150c7478c014"
url: "https://github.com/pexip/pexip-swift-sdk/releases/download/0.6.0/PexipMedia.xcframework.zip",
checksum: "d5686636b656b1f832b2e1f1a69960fbdf550055f0c1df6648e8a75c10794577"
),

// PexipVideoFilters
Expand All @@ -94,29 +94,29 @@ let package = Package(
),
.binaryTarget(
name: "PexipVideoFilters",
url: "https://github.com/pexip/pexip-swift-sdk/releases/download/0.5.0/PexipVideoFilters.xcframework.zip",
checksum: "2a1b53879ef0fe25d4ccba764dddc28b2c4411d9a53cffed6c403c8eb341132e"
url: "https://github.com/pexip/pexip-swift-sdk/releases/download/0.6.0/PexipVideoFilters.xcframework.zip",
checksum: "a30f9f42fe315c0377eeac6724f883b4174608c2c91f46bcbc34a3f8c82369cf"
),

// PexipScreenCapture
.binaryTarget(
name: "PexipScreenCapture",
url: "https://github.com/pexip/pexip-swift-sdk/releases/download/0.5.0/PexipScreenCapture.xcframework.zip",
checksum: "e135d5363692c2247f71158ffdcea17087f19f77b0b749cc4c3a838c12586ec7"
url: "https://github.com/pexip/pexip-swift-sdk/releases/download/0.6.0/PexipScreenCapture.xcframework.zip",
checksum: "c5574e0dde04fb75c090276bee116751715a6977414a7542a37bcecd2640790a"
),

// PexipCore
.binaryTarget(
name: "PexipCore",
url: "https://github.com/pexip/pexip-swift-sdk/releases/download/0.5.0/PexipCore.xcframework.zip",
checksum: "6bc4d08f1be35544fbbe26956cf0ea73eb8b1b679f9308b98a4fc18f2a67828f"
url: "https://github.com/pexip/pexip-swift-sdk/releases/download/0.6.0/PexipCore.xcframework.zip",
checksum: "2ca52190d8488e2ec0b14715ac18f8b503f80b633689cc0040da44445b0fe989"
),

// WebRTC
.binaryTarget(
name: "WebRTC",
url: "https://github.com/pexip/pexip-swift-sdk/releases/download/0.5.0/WebRTC.xcframework.zip",
checksum: "921c2bc805f04fdb22b2cc97f67e4bf33c538845d0097e620e635194dd68d9c3"
url: "https://github.com/pexip/pexip-swift-sdk/releases/download/0.6.0/WebRTC.xcframework.zip",
checksum: "9178e1a2623c7215c9313fa4e6710a9a209badc8d99cee85f3e732b68c1d9675"
)
]
)
6 changes: 3 additions & 3 deletions PexipCore.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'PexipCore'
s.version = '0.5.0'
s.version = '0.6.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
Expand Down Expand Up @@ -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.5.0/PexipCore.xcframework.zip',
sha256: '6bc4d08f1be35544fbbe26956cf0ea73eb8b1b679f9308b98a4fc18f2a67828f',
http: 'https://github.com/pexip/pexip-swift-sdk/releases/download/0.6.0/PexipCore.xcframework.zip',
sha256: '2ca52190d8488e2ec0b14715ac18f8b503f80b633689cc0040da44445b0fe989',
type: 'zip',
headers: ['Accept: application/octet-stream']
}
Expand Down
6 changes: 3 additions & 3 deletions PexipInfinityClient.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'PexipInfinityClient'
s.version = '0.5.0'
s.version = '0.6.0'
s.summary = 'A fluent client for Pexip Infinity REST API v2, conference controls, events, media signaling and token refreshing.'
s.description = <<-DESC
Pexip Swift SDK is designed for use by iOS/macOS voice/video applications
Expand Down Expand Up @@ -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.5.0/PexipInfinityClient.xcframework.zip',
sha256: 'd1e0c3432def50f07133964d4cd79e3c3872a12fc7262ec526b4593221b3b56e',
http: 'https://github.com/pexip/pexip-swift-sdk/releases/download/0.6.0/PexipInfinityClient.xcframework.zip',
sha256: '5df2a82fde5daded078c37b03fa474c183cc9751672d1fb2dbfdcc0e8b5d60bf',
type: 'zip',
headers: ['Accept: application/octet-stream']
}
Expand Down
6 changes: 3 additions & 3 deletions PexipMedia.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'PexipMedia'
s.version = '0.5.0'
s.version = '0.6.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
Expand Down Expand Up @@ -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.5.0/PexipMedia.xcframework.zip',
sha256: 'f60cc73e22d3eff93f4816477b8ef08b99f6d9ffe47c115e11fa150c7478c014',
http: 'https://github.com/pexip/pexip-swift-sdk/releases/download/0.6.0/PexipMedia.xcframework.zip',
sha256: 'd5686636b656b1f832b2e1f1a69960fbdf550055f0c1df6648e8a75c10794577',
type: 'zip',
headers: ['Accept: application/octet-stream']
}
Expand Down
6 changes: 3 additions & 3 deletions PexipRTC.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'PexipRTC'
s.version = '0.5.0'
s.version = '0.6.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
Expand Down Expand Up @@ -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.5.0/PexipRTC.xcframework.zip',
sha256: '0f356baf38fdf88daf08168d7891422f1f69d3060d550973e60015721dfff701',
http: 'https://github.com/pexip/pexip-swift-sdk/releases/download/0.6.0/PexipRTC.xcframework.zip',
sha256: '6d6eb6eea3ffe2e43da5ceaeb3ba795f55b6dd2e2644423b3baf145779a31aad',
type: 'zip',
headers: ['Accept: application/octet-stream']
}
Expand Down
6 changes: 3 additions & 3 deletions PexipScreenCapture.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'PexipScreenCapture'
s.version = '0.5.0'
s.version = '0.6.0'
s.summary = 'High level APIs for screen capture on iOS and macOS.'
s.description = <<-DESC
Pexip Swift SDK is designed for use by iOS/macOS voice/video applications
Expand Down Expand Up @@ -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.5.0/PexipScreenCapture.xcframework.zip',
sha256: 'e135d5363692c2247f71158ffdcea17087f19f77b0b749cc4c3a838c12586ec7',
http: 'https://github.com/pexip/pexip-swift-sdk/releases/download/0.6.0/PexipScreenCapture.xcframework.zip',
sha256: 'c5574e0dde04fb75c090276bee116751715a6977414a7542a37bcecd2640790a',
type: 'zip',
headers: ['Accept: application/octet-stream']
}
Expand Down
6 changes: 3 additions & 3 deletions PexipVideoFilters.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'PexipVideoFilters'
s.version = '0.5.0'
s.version = '0.6.0'
s.summary = 'A set of built-in video filters ready to use in your video conferencing app.'
s.description = <<-DESC
Pexip Swift SDK is designed for use by iOS/macOS voice/video applications
Expand Down Expand Up @@ -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.5.0/PexipVideoFilters.xcframework.zip',
sha256: '2a1b53879ef0fe25d4ccba764dddc28b2c4411d9a53cffed6c403c8eb341132e',
http: 'https://github.com/pexip/pexip-swift-sdk/releases/download/0.6.0/PexipVideoFilters.xcframework.zip',
sha256: 'a30f9f42fe315c0377eeac6724f883b4174608c2c91f46bcbc34a3f8c82369cf',
type: 'zip',
headers: ['Accept: application/octet-stream']
}
Expand Down
4 changes: 2 additions & 2 deletions WebRTC.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,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.5.0/WebRTC.xcframework.zip',
sha256: '921c2bc805f04fdb22b2cc97f67e4bf33c538845d0097e620e635194dd68d9c3',
http: 'https://github.com/pexip/pexip-swift-sdk/releases/download/0.6.0/WebRTC.xcframework.zip',
sha256: '9178e1a2623c7215c9313fa4e6710a9a209badc8d99cee85f3e732b68c1d9675',
type: 'zip',
headers: ['Accept: application/octet-stream']
}
Expand Down

0 comments on commit a69e7b3

Please sign in to comment.