-
Notifications
You must be signed in to change notification settings - Fork 0
/
AppLovinMediationVungleAdapter.podspec
53 lines (37 loc) · 1.5 KB
/
AppLovinMediationVungleAdapter.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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Pod::Spec.new do |s|
s.authors =
{
'AppLovin Corporation' => 'devsupport@applovin.com'
}
s.name = 'AppLovinMediationVungleAdapter'
s.version = '7.0.0.0-early2'
s.platform = :ios, '10.0'
s.summary = 'Vungle adapter used for mediation with the AppLovin MAX SDK'
s.homepage = "https://github.com/CocoaPods/Specs/search?o=desc&q=#{s.name}&s=indexed"
s.license =
{
:type => 'Commercial License',
:text => <<-LICENSE
Copyright 2022 AppLovin Corp. All rights reserved.
The AppLovin MAX SDK is available under a commercial license (https://www.applovin.com/eula).
LICENSE
}
s.source =
{
:http => "https://vungle2-sdk-dev-scratch.s3.amazonaws.com/ios/7.0.x/max/AppLovinMediationVungleAdapter-7.0.0.0-early2.zip",
:type => 'zip'
}
s.vendored_frameworks = "VungleMAXAdapter.xcframework"
s.dependency 'VungleAds', '= 7.0.0-early2'
s.dependency 'AppLovinSDK'
s.swift_version = '5.0'
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
s.description = <<-DESC
AppLovin turns mobile into the medium of choice for advertisers.
OUR MISSION
Enable advertisers to make ROI-based marketing decisions and deliver relevant content on mobile.
Our marketing platform reaches new users and matches them with relevant brands - ensuring you reach the users that are likely to engage.
We deliver relevant content to over a billion mobile consumers every month. With AppLovin, advertisers attain their mobile marketing goals.
DESC
end