Skip to content

Commit

Permalink
[Add] NAMSDKMediationLAN 2.8.20240612.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sodam-k authored and CocoaPodsBot committed Nov 15, 2024
1 parent 3ed4d88 commit 78a82c7
Showing 1 changed file with 56 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"name": "NAMSDKMediationLAN",
"version": "2.8.20240612.0",
"summary": "Naver Mobile Ads Mediation SDK",
"description": "NAM wiil find the best available ad network to fill your ad slots.",
"homepage": "https://github.com/naver/nam-sdk-ios",
"license": {
"type": "Naver",
"text": "Copyright 2022 NAVER Corp."
},
"authors": {
"Sanghun.han": "[email protected]",
"Sodam.kim": "[email protected]",
"Dojin.park": "[email protected]",
"Sangeun.yoon": "[email protected]"
},
"platforms": {
"ios": "13.0"
},
"source": {
"git": "https://github.com/naver/nam-sdk-ios",
"branch": "main"
},
"vendored_frameworks": "MediationSDK/LAN/2.8.20240612.0/GFPSDKMediationLAN.xcframework",
"dependencies": {
"NAMSDK/GFPSDK": [
">= 8.0.0"
],
"FiveAd": [
"2.8.20240612"
]
},
"frameworks": [
"UIKit",
"Foundation",
"QuartzCore",
"AdSupport",
"AVFoundation",
"AVKit",
"MobileCoreServices",
"SystemConfiguration",
"WebKit",
"CoreLocation"
],
"requires_arc": true,
"static_framework": true,
"swift_versions": [
"5.0"
],
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-ObjC",
"GCC_PREPROCESSOR_DEFINITIONS": "NAM=1",
"OTHER_SWIFT_FLAGS": "-D NAM"
},
"swift_version": "5.0"
}

0 comments on commit 78a82c7

Please sign in to comment.