-
Notifications
You must be signed in to change notification settings - Fork 5
/
Mux-Stats-Google-IMA.podspec
37 lines (29 loc) · 1.48 KB
/
Mux-Stats-Google-IMA.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#
# Be sure to run `pod lib lint Mux-Stats-Google-IMA.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'Mux-Stats-Google-IMA'
s.module_name = 'MuxStatsGoogleIMAPlugin'
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
The Mux Stats Google IMA is designed to be used with Mux-Stats-AVPlayer and GoogleAds-IMA-iOS-SDK to track performance analytics and QoS monitoring for video.
DESC
s.homepage = 'https://mux.com'
s.social_media_url = 'https://twitter.com/muxhq'
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
s.author = { 'Mux' => '[email protected]' }
s.source = { :git => 'https://github.com/muxinc/mux-stats-google-ima.git', :tag => "v#{s.version}" }
s.ios.deployment_target = '12.0'
s.tvos.deployment_target = '14.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.1'
s.tvos.dependency 'GoogleAds-IMA-tvOS-SDK', '~> 4.13'
s.tvos.source_files = 'Sources/MuxStatsGoogleIMAPlugin/**/*'
end