-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMSDKMediationVungle.podspec
33 lines (25 loc) · 1.37 KB
/
NAMSDKMediationVungle.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
Pod::Spec.new do |s|
s.name = "NAMSDKMediationVungle"
s.version = "7.4.2.0"
s.summary = "Naver Mobile Ads Mediation SDK"
s.description = <<-DESC
NAM wiil find the best available ad network to fill your ad slots.
DESC
s.homepage = "https://github.com/naver/nam-sdk-ios"
s.license = { :type => "Naver", :text => "Copyright 2022 NAVER Corp." }
s.author = { "Sanghun.han" => "[email protected]",
"Sodam.kim" => "[email protected]",
"Dojin.park" => "[email protected]",
"Sangeun.yoon" => "[email protected]"
}
s.ios.deployment_target = "13.0"
s.source = { :git => "https://github.com/naver/nam-sdk-ios", :branch => "main" }
s.vendored_frameworks = "MediationSDK/Vungle/#{s.version.to_s}/GFPSDKMediationVungle.xcframework"
s.dependency 'NAMSDK/GFPSDK', '>= 8.0.0'
s.dependency 'VungleAds', '7.4.2'
s.frameworks = 'UIKit', 'Foundation', 'QuartzCore', 'AdSupport', 'AVFoundation', 'AVKit', 'MobileCoreServices', 'SystemConfiguration', 'WebKit', 'CoreLocation'
s.requires_arc = true
s.static_framework = true
s.swift_versions = ['5.0']
s.pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-ObjC', 'GCC_PREPROCESSOR_DEFINITIONS' => 'NAM=1', 'OTHER_SWIFT_FLAGS' => '-D NAM' }
end