-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Add] NAMSDKMediationLAN 2.8.20240612.0
- Loading branch information
1 parent
3ed4d88
commit 78a82c7
Showing
1 changed file
with
56 additions
and
0 deletions.
There are no files selected for viewing
56 changes: 56 additions & 0 deletions
56
Specs/f/f/0/NAMSDKMediationLAN/2.8.20240612.0/NAMSDKMediationLAN.podspec.json
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,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" | ||
} |