forked from AppLovin/AppLovin-MAX-SDK-iOS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
jenkins
committed
May 24, 2023
1 parent
f092e50
commit 08fed25
Showing
5 changed files
with
1,691 additions
and
0 deletions.
There are no files selected for viewing
55 changes: 55 additions & 0 deletions
55
Custom Adapters/BidMachine/AppLovinMediationBidMachineAdapter.podspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
Pod::Spec.new do |s| | ||
|
||
s.authors = 'AppLovin Corporation' | ||
s.name = 'AppLovinMediationBidMachineAdapter' | ||
s.version = '2.1.0.0.1' | ||
s.platform = :ios, '12.0' | ||
s.summary = 'BidMachine 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://artifacts.applovin.com/ios/com/applovin/mediation/bidmachine-adapter/#{s.name}-#{s.version}.zip", | ||
:type => 'zip' | ||
} | ||
|
||
s.vendored_frameworks = "#{s.name}-#{s.version}/#{s.name}.xcframework" | ||
|
||
s.dependency 'BidMachine', '= 2.1.0.0' | ||
s.dependency 'AppLovinSDK' | ||
s.swift_version = '5.1' | ||
|
||
s.pod_target_xcconfig = | ||
{ | ||
'VALID_ARCHS' => 'arm64 arm64e armv7 armv7s x86_64', | ||
'VALID_ARCHS[sdk=iphoneos*]' => 'arm64 arm64e armv7 armv7s', | ||
'VALID_ARCHS[sdk=iphonesimulator*]' => 'arm64 arm64e x86_64', | ||
'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 |
Oops, something went wrong.