I have a C library that I want to cinterop on Android NDK, iOS, and some native desktop platforms. I have this working currently on all platforms. On iOS, I currently embed the frameworks manually and use the same cinterop file. I would like to switch iOS to using the cocoapod for the library. I tried adding the cocoapod and setting packageName to match the cinterop package name, but it looks like it never commonizes the iOS version. Is there a way to make manual cinterop on other platforms commonize with cocoapods on iOS?