-
Notifications
You must be signed in to change notification settings - Fork 11
/
TeadsSASAdapter.podspec
24 lines (21 loc) · 1.28 KB
/
TeadsSASAdapter.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
Pod::Spec.new do |s|
s.name = 'TeadsSASAdapter'
s.version = '5.1.6'
s.summary = "SAS Adapter for Teads' iOS SDK"
s.module_name = 'TeadsSASAdapter'
s.description = <<-DESC
Use this adapter to include Teads as a demand source in your mediation waterfall
DESC
s.homepage = 'https://github.com/teads/TeadsSDK-iOS'
s.documentation_url = 'https://support.teads.tv/support/solutions/articles/36000314771-smart-adserver-mediation'
s.license = { :type => 'Copyright', :text => 'Copyright Teads 2021' }
s.authors = { 'Teads' => '[email protected]'}
s.source = { :git => 'https://github.com/teads/TeadsSDK-iOS.git', :tag => "#{s.version}" }
s.platform = 'ios'
s.ios.deployment_target = '10.0'
s.static_framework = true
s.requires_arc = true
s.source_files = [ 'MediationAdapters/TeadsSASAdapter/**/*{.swift}', 'MediationAdapters/Common/*{.swift}']
s.dependency 'TeadsSDK', s.version.to_s
s.dependency 'Smart-Display-SDK', '>= 7.6.2'
end