-
Notifications
You must be signed in to change notification settings - Fork 75
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
Mar 10, 2023
1 parent
406f26d
commit 110abf2
Showing
5 changed files
with
41 additions
and
31 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,11 +1,8 @@ | ||
Pod::Spec.new do |s| | ||
|
||
s.authors = | ||
{ | ||
'AppLovin Corporation' => '[email protected]' | ||
} | ||
s.authors = 'AppLovin Corporation' | ||
s.name = 'AppLovinMediationNendAdapter' | ||
s.version = '7.4.0.0' | ||
s.version = '8.0.0.0' | ||
s.platform = :ios, '10.0' | ||
s.summary = 'Nend adapter used for mediation with the AppLovin MAX SDK' | ||
s.homepage = "https://github.com/CocoaPods/Specs/search?o=desc&q=#{s.name}&s=indexed" | ||
|
@@ -29,14 +26,15 @@ s.source = | |
|
||
s.vendored_frameworks = "#{s.name}-#{s.version}/#{s.name}.xcframework" | ||
|
||
s.dependency 'NendSDK_iOS', '= 7.4.0' | ||
s.dependency 'NendSDK_iOS', '= 8.0.0' | ||
s.dependency 'AppLovinSDK' | ||
|
||
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' | ||
'VALID_ARCHS[sdk=iphonesimulator*]' => 'arm64 arm64e x86_64', | ||
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' | ||
} | ||
|
||
s.description = <<-DESC | ||
|
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
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
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
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