Skip to content

Commit 1605255

Browse files
RaffiRaffi
Raffi
authored and
Raffi
committed
bump theo sdk version to 8
1 parent 590693d commit 1605255

5 files changed

+5
-5
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ let package = Package(
2121
],
2222
dependencies: [
2323
.package(name: "ConvivaSDK", url: "https://github.com/Conviva/conviva-ios-sdk-spm", from: "4.0.30"),
24-
.package(name: "THEOplayerSDK", url: "https://github.com/THEOplayer/theoplayer-sdk-ios", from: "7.0.0"),
24+
.package(name: "THEOplayerSDK", url: "https://github.com/THEOplayer/theoplayer-sdk-ios", from: "8.0.0"),
2525
.package(name: "NielsenAppApi", url: "https://github.com/NielsenDigitalSDK/nielsenappsdk-ios-dynamic-spm-global", from: "9.0.0"),
2626
.package(name: "Swifter", url: "https://github.com/httpswift/swifter.git", .exactItem("1.5.0")),
2727
.package(name: "SwiftSubtitles", url: "https://github.com/dagronf/SwiftSubtitles.git", .exactItem("0.9.1")),

THEOplayer-Connector-Comscore.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ Pod::Spec.new do |s|
1919

2020
s.static_framework = true
2121
s.swift_versions = ['5.3', '5.4', '5.5', '5.6', '5.7']
22-
s.dependency 'THEOplayerSDK-core', "~> 7"
22+
s.dependency 'THEOplayerSDK-core', "~> 8"
2323
s.dependency 'ComScore', '~> 6.10.0'
2424
end

THEOplayer-Connector-Conviva.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ Pod::Spec.new do |s|
2020
s.static_framework = true
2121
s.swift_versions = ['5.3', '5.4', '5.5', '5.6', '5.7']
2222
s.dependency 'ConvivaSDK', '~> 4.0.30'
23-
s.dependency 'THEOplayerSDK-core', "~> 7"
23+
s.dependency 'THEOplayerSDK-core', "~> 8"
2424
s.dependency 'THEOplayer-Connector-Utilities', "~> " + theoplayer_connector_major_minor_version, ">= " + theoplayer_connector_version
2525
end

THEOplayer-Connector-Nielsen.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ Pod::Spec.new do |s|
2020
s.static_framework = true
2121
s.swift_versions = ['5.3', '5.4', '5.5', '5.6', '5.7']
2222
s.dependency 'NielsenAppSDK-XC', '9.0.0.0'
23-
s.dependency 'THEOplayerSDK-core', "~> 7"
23+
s.dependency 'THEOplayerSDK-core', "~> 8"
2424
s.dependency 'THEOplayer-Connector-Utilities', "~> " + theoplayer_connector_major_minor_version, ">= " + theoplayer_connector_version
2525
end

THEOplayer-Connector-Utilities.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ Pod::Spec.new do |s|
2020
s.static_framework = true
2121
s.swift_versions = ['5.3', '5.4', '5.5', '5.6', '5.7']
2222
s.dependency 'ConvivaSDK', '~> 4.0.30'
23-
s.dependency 'THEOplayerSDK-core', "~> 7"
23+
s.dependency 'THEOplayerSDK-core', "~> 8"
2424
end

0 commit comments

Comments
 (0)