forked from teads/TeadsSDK-iOS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTeadsPBMPluginRenderer.podspec
More file actions
27 lines (24 loc) · 1.5 KB
/
TeadsPBMPluginRenderer.podspec
File metadata and controls
27 lines (24 loc) · 1.5 KB
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
Pod::Spec.new do |s|
s.name = 'TeadsPBMPluginRenderer'
s.version = '5.5.2'
s.summary = "PrebidMobile Plugin renderer for Teads' iOS SDK"
s.module_name = 'TeadsPBMPluginRenderer'
s.description = <<-DESC
Use this plugin to request and render Teads demand source in your PrebidMobile integration
DESC
s.homepage = 'https://github.com/teads/TeadsSDK-iOS'
s.documentation_url = "https://support.teads.tv/support/solutions/articles/36000459748"
s.license = { :type => 'Copyright', :text => 'Copyright Teads 2021' }
s.authors = { 'Teads' => 'support-sdk@teads.tv'}
s.source = { :git => 'https://github.com/teads/TeadsSDK-iOS.git', :tag => "#{s.version}" }
s.platform = 'ios'
s.ios.deployment_target = '12.0'
s.static_framework = true
s.requires_arc = true
s.source_files = ['MediationAdapters/TeadsPluginRenderer/**/*{.swift}', 'MediationAdapters/Common/*{.swift}']
s.exclude_files = []
s.dependency 'TeadsSDK', s.version.to_s
s.dependency 'PrebidMobile', '>= 3.0.2'
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
end