Easily include the Prebid Mobile SDK for your primary ad server in your Podfile
platform :ios, '12.0'
use_frameworks!
target 'ozone20240129-news-all-ads' do
pod 'PrebidMobile', '2.2.0', :source => 'https://github.com/ozone-project/inapp-sdk-ios-podspec'
pod 'Google-Mobile-Ads-SDK'
pod 'UsercentricsUI', '2.7.14'
# for instream video:
pod 'GoogleAds-IMA-iOS-SDK', '~> 3.15.1', :source => 'https://github.com/CocoaPods/Specs.git'
pod 'GoogleAppMeasurement'
pod 'GoogleUtilities'
pod 'PromisesObjC'
pod 'nanopb'
end
Contact us for a framework build you can manually import into your project
- migrating Ozone changes to the latest code from PrebidMobile
- built from 2.1.22