File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments