-
Notifications
You must be signed in to change notification settings - Fork 80
Description
Feature Description
Hello,
As cocoapods turns the trunk to read-only, by the end of next year (2026), no new podspecs will be accepted, according to the timeline announced by Cocoapods.
Although the upcoming timeline items are merely a draft, I personally think that adding SPM support for the mediation adapters are also good for providing an extra option.
May I know if there are plans/dates that there will be a release of the SPM version of the Adapters?
If YES, please feel free to let me know, and I will wait for the implementation.
If NO, since my project is using SPM for package management currently, I would like to build my own SPM implementation for the adapters(as I read from the documentation that they are open source), there are few questions following up:
- Can I use the content in this repository directly?
- the podspec includes the required dependencies for each adapter, can I directly use them in the
Package.swift
? - is it suitable to build a github action that detect if there are any version changes in this repository, and update my side automatically? (still an idea).
Thanks for the hard work! And thanks for reading!