Skip to content

Commit 2c8cba9

Browse files
Merge pull request #174 from teads/applovin-podspec
Add Applovin podspec
2 parents 198e85d + a41cf4e commit 2c8cba9

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

TeadsAppLovinAdapter.podspec

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
Pod::Spec.new do |s|
2+
3+
s.name = 'TeadsAppLovinAdapter'
4+
s.version = '5.0.11'
5+
s.summary = "AppLovin MAX Adapter for Teads' iOS SDK"
6+
s.module_name = 'TeadsAppLovinAdapter'
7+
s.description = <<-DESC
8+
Use this adapter to include AppLovin as a demand source in your mediation waterfall
9+
DESC
10+
s.homepage = 'https://github.com/teads/TeadsSDK-iOS'
11+
s.documentation_url = "https://support.teads.tv/support/solutions/articles/36000357700-inread-applovin-mediation"
12+
s.license = { :type => 'Copyright', :text => 'Copyright Teads 2021' }
13+
s.authors = { 'Teads' => '[email protected]'}
14+
15+
s.source = { :git => 'https://github.com/teads/TeadsSDK-iOS.git', :tag => "#{s.version}" }
16+
s.platform = 'ios'
17+
s.ios.deployment_target = '10.0'
18+
s.static_framework = true
19+
s.requires_arc = true
20+
s.source_files = ['MediationAdapters/TeadsAppLovinAdapter/**/*{.swift}', 'MediationAdapters/Common/*{.swift}']
21+
s.dependency 'TeadsSDK', s.version.to_s
22+
s.dependency 'AppLovinSDK', '>= 11.1.1'
23+
24+
end

0 commit comments

Comments
 (0)