Skip to content

Commit

Permalink
"Update framework urls for v0.1.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
vadymmarkov committed May 6, 2022
1 parent c633f87 commit 26466c6
Show file tree
Hide file tree
Showing 7 changed files with 227 additions and 25 deletions.
22 changes: 11 additions & 11 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ let package = Package(
),
.binaryTarget(
name: "PexipConference",
url: "https://api.github.com/repos/pexip/pexip-swift-sdk/releases/assets/64683696.zip",
checksum: "042df7a6d3ac701ac4512390a758d6b7f69507ea8458a33dfcff14849663db34"
url: "https://api.github.com/repos/pexip/pexip-swift-sdk/releases/assets/64686462.zip",
checksum: "f06cc991c51f8e4b7e6644de5091dfc4fbc07a2154c17644ba2fb07ac032e472"
),
// PexipInfinityClient
.target(name: "PexipInfinityClientTargets",
Expand All @@ -58,8 +58,8 @@ let package = Package(
),
.binaryTarget(
name: "PexipInfinityClient",
url: "https://api.github.com/repos/pexip/pexip-swift-sdk/releases/assets/64683704.zip",
checksum: "3df12b0d95eb885eec7500d57fb16d484156ae3d07da1eaffbc6aaadab1664dc"
url: "https://api.github.com/repos/pexip/pexip-swift-sdk/releases/assets/64686441.zip",
checksum: "72b393cfcac8258088c1ef1d43feb43116fa2c204f7e0c616df30d487f2a689a"
),
// PexipRTC
.target(name: "PexipRTCTargets",
Expand All @@ -73,25 +73,25 @@ let package = Package(
),
.binaryTarget(
name: "PexipRTC",
url: "https://api.github.com/repos/pexip/pexip-swift-sdk/releases/assets/64683719.zip",
checksum: "77df20a0a5e75a40e016a6ea26a6438cd632873e3d960bbfdb82f7ea473d5739"
url: "https://api.github.com/repos/pexip/pexip-swift-sdk/releases/assets/64686452.zip",
checksum: "0ff3a8e27142dce5c715754d539f81d9dfe724ac4e3de2036251ada25d68df0f"
),
// PexipMedia
.binaryTarget(
name: "PexipMedia",
url: "https://api.github.com/repos/pexip/pexip-swift-sdk/releases/assets/64683713.zip",
checksum: "0dfc4d8029ae4f205ec5bd34da12406a0b98c5d39bb557125be053b6604c66e6"
url: "https://api.github.com/repos/pexip/pexip-swift-sdk/releases/assets/64686434.zip",
checksum: "4f78c42b99fb1de9127e52b5a33312151a7f5552a2c9d649b8365ed38e98642f"
),
// PexipUtils
.binaryTarget(
name: "PexipUtils",
url: "https://api.github.com/repos/pexip/pexip-swift-sdk/releases/assets/64683724.zip",
checksum: "d52eaa306d8ca799ea9dfe57cb039c59a7414b2235d6930c64217f77c14342de"
url: "https://api.github.com/repos/pexip/pexip-swift-sdk/releases/assets/64686429.zip",
checksum: "e4b6e8fead3f1fac86bae44e5317f27f88ed27b315aa45213d802ea891fe4160"
),
// WebRTC
.binaryTarget(
name: "WebRTC",
url: "https://api.github.com/repos/pexip/pexip-swift-sdk/releases/assets/64683769.zip",
url: "https://api.github.com/repos/pexip/pexip-swift-sdk/releases/assets/64686147.zip",
checksum: "1ddefa62bfe01fbb2fbebea94c7c7992a26e09d3f0ee6c18ee008f62f498ce6f"
)
]
Expand Down
46 changes: 43 additions & 3 deletions PexipConference.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,56 @@ Pod::Spec.new do |s|
s.license = {
type: 'The Apache Software License, Version 1.1',
text: <<-LICENSE
test
The Apache Software License, Version 1.1
Copyright (c) 2022 Pexip AS. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. The end-user documentation included with the redistribution,
if any, must include the following acknowledgment:
"This product includes software developed by the
Pexip AS (https://www.pexip.com/)."
Alternately, this acknowledgment may appear in the software itself,
if and wherever such third-party acknowledgments normally appear.
4. The name "Pexip" must not be used to endorse or promote products
derived from this software without prior written permission.
5. Products derived from this software may not be called "Pexip",
nor may "Pexip" appear in their name, without prior written
permission of the Pexip AS.
THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL PEXIP AS OR ITS CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,SPECIAL, EXEMPLARY,
OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
LICENSE
}
s.author = 'Pexip'
s.platform = :ios, :osx
s.ios.deployment_target = '13.0'
s.osx.deployment_target = '10.15'
s.source = {
http: 'https://api.github.com/repos/pexip/pexip-swift-sdk/releases/assets/64683696.zip',
sha256: '042df7a6d3ac701ac4512390a758d6b7f69507ea8458a33dfcff14849663db34',
http: 'https://api.github.com/repos/pexip/pexip-swift-sdk/releases/assets/64686462.zip',
sha256: 'f06cc991c51f8e4b7e6644de5091dfc4fbc07a2154c17644ba2fb07ac032e472',
type: 'zip',
headers: ['Accept: application/octet-stream']
}
Expand Down
46 changes: 43 additions & 3 deletions PexipInfinityClient.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,56 @@ Pod::Spec.new do |s|
s.license = {
type: 'The Apache Software License, Version 1.1',
text: <<-LICENSE
test
The Apache Software License, Version 1.1
Copyright (c) 2022 Pexip AS. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. The end-user documentation included with the redistribution,
if any, must include the following acknowledgment:
"This product includes software developed by the
Pexip AS (https://www.pexip.com/)."
Alternately, this acknowledgment may appear in the software itself,
if and wherever such third-party acknowledgments normally appear.
4. The name "Pexip" must not be used to endorse or promote products
derived from this software without prior written permission.
5. Products derived from this software may not be called "Pexip",
nor may "Pexip" appear in their name, without prior written
permission of the Pexip AS.
THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL PEXIP AS OR ITS CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,SPECIAL, EXEMPLARY,
OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
LICENSE
}
s.author = 'Pexip'
s.platform = :ios, :osx
s.ios.deployment_target = '13.0'
s.osx.deployment_target = '10.15'
s.source = {
http: 'https://api.github.com/repos/pexip/pexip-swift-sdk/releases/assets/64683704.zip',
sha256: '3df12b0d95eb885eec7500d57fb16d484156ae3d07da1eaffbc6aaadab1664dc',
http: 'https://api.github.com/repos/pexip/pexip-swift-sdk/releases/assets/64686441.zip',
sha256: '72b393cfcac8258088c1ef1d43feb43116fa2c204f7e0c616df30d487f2a689a',
type: 'zip',
headers: ['Accept: application/octet-stream']
}
Expand Down
46 changes: 43 additions & 3 deletions PexipMedia.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,56 @@ Pod::Spec.new do |s|
s.license = {
type: 'The Apache Software License, Version 1.1',
text: <<-LICENSE
test
The Apache Software License, Version 1.1
Copyright (c) 2022 Pexip AS. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. The end-user documentation included with the redistribution,
if any, must include the following acknowledgment:
"This product includes software developed by the
Pexip AS (https://www.pexip.com/)."
Alternately, this acknowledgment may appear in the software itself,
if and wherever such third-party acknowledgments normally appear.
4. The name "Pexip" must not be used to endorse or promote products
derived from this software without prior written permission.
5. Products derived from this software may not be called "Pexip",
nor may "Pexip" appear in their name, without prior written
permission of the Pexip AS.
THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL PEXIP AS OR ITS CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,SPECIAL, EXEMPLARY,
OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
LICENSE
}
s.author = 'Pexip'
s.platform = :ios, :osx
s.ios.deployment_target = '13.0'
s.osx.deployment_target = '10.15'
s.source = {
http: 'https://api.github.com/repos/pexip/pexip-swift-sdk/releases/assets/64683713.zip',
sha256: '0dfc4d8029ae4f205ec5bd34da12406a0b98c5d39bb557125be053b6604c66e6',
http: 'https://api.github.com/repos/pexip/pexip-swift-sdk/releases/assets/64686434.zip',
sha256: '4f78c42b99fb1de9127e52b5a33312151a7f5552a2c9d649b8365ed38e98642f',
type: 'zip',
headers: ['Accept: application/octet-stream']
}
Expand Down
45 changes: 43 additions & 2 deletions PexipRTC.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,56 @@ Pod::Spec.new do |s|
s.license = {
type: 'The Apache Software License, Version 1.1',
text: <<-LICENSE
The Apache Software License, Version 1.1
Copyright (c) 2022 Pexip AS. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. The end-user documentation included with the redistribution,
if any, must include the following acknowledgment:
"This product includes software developed by the
Pexip AS (https://www.pexip.com/)."
Alternately, this acknowledgment may appear in the software itself,
if and wherever such third-party acknowledgments normally appear.
4. The name "Pexip" must not be used to endorse or promote products
derived from this software without prior written permission.
5. Products derived from this software may not be called "Pexip",
nor may "Pexip" appear in their name, without prior written
permission of the Pexip AS.
THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL PEXIP AS OR ITS CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,SPECIAL, EXEMPLARY,
OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
LICENSE
}
s.author = 'Pexip'
s.platform = :ios, :osx
s.ios.deployment_target = '13.0'
s.osx.deployment_target = '10.15'
s.source = {
http: 'https://api.github.com/repos/pexip/pexip-swift-sdk/releases/assets/64683719.zip',
sha256: '77df20a0a5e75a40e016a6ea26a6438cd632873e3d960bbfdb82f7ea473d5739',
http: 'https://api.github.com/repos/pexip/pexip-swift-sdk/releases/assets/64686452.zip',
sha256: '0ff3a8e27142dce5c715754d539f81d9dfe724ac4e3de2036251ada25d68df0f',
type: 'zip',
headers: ['Accept: application/octet-stream']
}
Expand Down
45 changes: 43 additions & 2 deletions PexipUtils.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,56 @@ Pod::Spec.new do |s|
s.license = {
type: 'The Apache Software License, Version 1.1',
text: <<-LICENSE
The Apache Software License, Version 1.1
Copyright (c) 2022 Pexip AS. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. The end-user documentation included with the redistribution,
if any, must include the following acknowledgment:
"This product includes software developed by the
Pexip AS (https://www.pexip.com/)."
Alternately, this acknowledgment may appear in the software itself,
if and wherever such third-party acknowledgments normally appear.
4. The name "Pexip" must not be used to endorse or promote products
derived from this software without prior written permission.
5. Products derived from this software may not be called "Pexip",
nor may "Pexip" appear in their name, without prior written
permission of the Pexip AS.
THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL PEXIP AS OR ITS CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,SPECIAL, EXEMPLARY,
OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
LICENSE
}
s.author = 'Pexip'
s.platform = :ios, :osx
s.ios.deployment_target = '13.0'
s.osx.deployment_target = '10.15'
s.source = {
http: 'https://api.github.com/repos/pexip/pexip-swift-sdk/releases/assets/64683724.zip',
sha256: 'd52eaa306d8ca799ea9dfe57cb039c59a7414b2235d6930c64217f77c14342de',
http: 'https://api.github.com/repos/pexip/pexip-swift-sdk/releases/assets/64686429.zip',
sha256: 'e4b6e8fead3f1fac86bae44e5317f27f88ed27b315aa45213d802ea891fe4160',
type: 'zip',
headers: ['Accept: application/octet-stream']
}
Expand Down
2 changes: 1 addition & 1 deletion WebRTC.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '13.0'
s.osx.deployment_target = '10.15'
s.source = {
http: 'https://api.github.com/repos/pexip/pexip-swift-sdk/releases/assets/64683769.zip',
http: 'https://api.github.com/repos/pexip/pexip-swift-sdk/releases/assets/64686147.zip',
sha256: '1ddefa62bfe01fbb2fbebea94c7c7992a26e09d3f0ee6c18ee008f62f498ce6f',
type: 'zip',
headers: ['Accept: application/octet-stream']
Expand Down

0 comments on commit 26466c6

Please sign in to comment.