CocoaPods trunk is moving to be read-only. Read more on the blog, there are 7 months to go.

MoolaNetworkAdMobMediationAdapter 1.0.3

MoolaNetworkAdMobMediationAdapter 1.0.3

Maintained by Ad4App Developer.



  • By
  • Ad4App Developer

AdMobMediationAdapter iOS

This repository contains the AdMob mediation adapter for iOS, distributed as a prebuilt XCFramework. It supports both Swift Package Manager and CocoaPods.


Requirements

  • iOS 12.0 or later
  • Xcode 16.0 or later
  • Google Mobile Ads SDK

Installation

Swift Package Manager (SPM)

  1. Open Xcode
  2. Go to File → Add Packages
  3. Enter the repository URL:
    https://github.com/Moola-Network-Developer/Ad4App-AdMobMediationAdapter.git
    
  4. Select the version you want (for example, Up to Next Major Version 1.0.0)

Note
This adapter depends on Google Mobile Ads SDK. Please add it separately using Swift Package Manager:

https://github.com/googleads/swift-package-manager-google-mobile-ads.git

CocoaPods

  1. Add the following line to your Podfile:
    pod 'MoolaNetworkAdMobMediationAdapter', '~> 1.0'
  2. Then run:
    pod install

Note
This adapter depends on Google Mobile Ads SDK. CocoaPods will automatically install the required dependency:

pod 'Google-Mobile-Ads-SDK'