forked from teads/TeadsSDK-adapter-mopub-ios
-
Notifications
You must be signed in to change notification settings - Fork 1
/
MoPub-Teads-Adapters.podspec
26 lines (22 loc) · 1.32 KB
/
MoPub-Teads-Adapters.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
Pod::Spec.new do |s|
s.name = 'MoPub-Teads-Adapters'
s.version = '4.8.8'
s.summary = "MoPub Adapter for Teads' iOS SDK"
s.module_name = 'TeadsMoPubAdapter'
s.description = <<-DESC
Use this adapter to include MoPub as a demand source in your mediation waterfall
DESC
s.homepage = 'https://github.com/teads/TeadsSDK-adapter-mopub-ios'
s.documentation_url = "https://support.teads.tv/support/solutions/articles/36000166728-twitter-mopub-mediation-ios"
s.license = { :type => 'Copyright', :text => 'Copyright Teads 2021' }
s.authors = { 'Teads' => '[email protected]'}
s.source = { :git => 'https://github.com/teads/TeadsSDK-adapter-mopub-ios.git', :tag => "v#{s.version}"}
s.platform = 'ios'
s.ios.deployment_target = '10.0'
s.static_framework = true
s.requires_arc = true
s.source_files = 'TeadsMoPubAdapter/**/*{.swift}'
s.swift_versions = ['4.3', '5.0', '5.1']
s.dependency 'TeadsSDK', s.version.to_s
s.dependency 'mopub-ios-sdk', '>= 5.13'
end