The AdMob iOS mediation documentation states that mediation adapters can be integrated using Swift Package Manager (SPM):
https://developers.google.com/admob/ios/mediation/inmobi#use_swift_package_manager
In practice, the referenced SPM repositories are not kept up to date and cannot be used to integrate the latest mediation adapters.
• SPM repositories are missing adapter versions that exist in CocoaPods
• Repositories appear unmaintained
• Integration via SPM fails, forcing fallback to CocoaPods
• This affects multiple mediation adapters, not only InMobi
Either:
• SPM repositories are kept in sync with CocoaPods releases
or
• Documentation clearly states that SPM support is incomplete
Documentation implies full SPM support, but repositories are outdated.
Please either update the SPM repositories or clarify the documentation to avoid misleading developers.