-
Notifications
You must be signed in to change notification settings - Fork 0
/
Podfile
26 lines (22 loc) · 1.18 KB
/
Podfile
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
source 'https://cdn.cocoapods.org/'
platform :ios, '15.0'
target 'nimbus-ios-sample-pods' do
use_frameworks!
pod 'Application', :path => 'Application'
pod 'NimbusSDK', '~> 2', subspecs: [
'NimbusKit', # Nimbus SDK
'NimbusRenderStaticKit', # Static Ad Renderer
'NimbusRenderVideoKit', # Video Ad Renderer
'NimbusRequestAPSKit', # Amazon Publisher Services Request Support
'NimbusRequestFANKit', # Meta Audience Network Request Support
'NimbusRenderFANKit', # Meta Audience Network Ad Renderer
'NimbusGAMKit', # Google Ad Manager Dynamic Price and Mediation Adapters
'NimbusGoogleKit', # Google AdMob Dynamic Price and Mediation Adapters
'NimbusUnityKit', # Unity Ads Request Support and Renderer
'NimbusVungleKit', # Vungle Ads Request Support and Renderer
'NimbusLiveRampKit', # LiveRamp Request Support
'NimbusMobileFuseKit', # MobileFuse Ads Request Support and Renderer (Available from 2.21.0)
'NimbusAdMobKit', # AdMob Bidding Support (Available from 2.22.0)
'NimbusMintegralKit' # Mintegral Support (Available from 2.24.0)
]
end