-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathOpenAVT-IMA.podspec
More file actions
22 lines (18 loc) · 817 Bytes
/
OpenAVT-IMA.podspec
File metadata and controls
22 lines (18 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# OpenAVT-IMA podspec
Pod::Spec.new do |s|
s.name = 'OpenAVT-IMA'
s.version = '0.7.0'
s.summary = 'Open Audio-Video Telemetry, IMA tracker.'
s.description = <<-DESC
Open Audio-Video Telemetry, IMA tracker. It contains a tracker for the IMA Ads library.
DESC
s.swift_versions = '5.0'
s.homepage = 'https://github.com/asllop/OpenAVT-iOS'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'asllop' => 'andreu.santaren@gmail.com' }
s.source = { :git => 'https://github.com/asllop/OpenAVT-iOS.git', :tag => s.version.to_s }
s.ios.deployment_target = '8.0'
s.source_files = 'Sources/OpenAVT-IMA/Classes/**/*'
s.dependency 'OpenAVT-Core'
s.dependency 'GoogleAds-IMA-iOS-SDK'
end