Skip to content

Commit

Permalink
chore: update dependencies, bump minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjl-mux committed Sep 28, 2024
1 parent 3ccad1f commit d48a50e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Mux-Stats-Google-IMA.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Pod::Spec.new do |s|
s.name = 'Mux-Stats-Google-IMA'
s.module_name = 'MuxStatsGoogleIMAPlugin'
s.version = '0.13.0'
s.version = '0.14.0'
s.summary = 'Mux-Stats-Google-IMA is for tracking performance analytics and QoS monitoring for video with mux.com.'

s.description = <<-DESC
Expand All @@ -26,11 +26,11 @@ Pod::Spec.new do |s|
s.tvos.deployment_target = '14.0'


s.ios.dependency 'Mux-Stats-AVPlayer', '~> 4.0'
s.ios.dependency 'Mux-Stats-AVPlayer', '~> 4.1'
s.ios.dependency 'GoogleAds-IMA-iOS-SDK', '~> 3.23'
s.ios.source_files = 'Sources/MuxStatsGoogleIMAPlugin/**/*'

s.tvos.dependency 'Mux-Stats-AVPlayer', '~> 4.0'
s.tvos.dependency 'Mux-Stats-AVPlayer', '~> 4.1'
s.tvos.dependency 'GoogleAds-IMA-tvOS-SDK', '~> 4.13'
s.tvos.source_files = 'Sources/MuxStatsGoogleIMAPlugin/**/*'

Expand Down
8 changes: 4 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/muxinc/mux-stats-sdk-avplayer.git",
"state" : {
"revision" : "705cb2b57cee36f9e74033bfd1d346d9b4f04d71",
"version" : "4.0.0"
"revision" : "dec068faeaeb94165057a3ca96ee8e04041a1c1f",
"version" : "4.1.0"
}
},
{
"identity" : "stats-sdk-objc",
"kind" : "remoteSourceControl",
"location" : "https://github.com/muxinc/stats-sdk-objc.git",
"state" : {
"revision" : "93560ea15cc763d18c97c2942c21b807f81cf0a1",
"version" : "5.0.1"
"revision" : "856a4a6eb418b85d12b3c3435ecb615eb356c623",
"version" : "5.1.0"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let package = Package(
dependencies: [
.package(
url: "https://github.com/muxinc/mux-stats-sdk-avplayer.git",
from: "4.0.0"
from: "4.1.0"
),
],
targets: [
Expand Down

0 comments on commit d48a50e

Please sign in to comment.