I would like to use a C library in some of my shar...
# multiplatform
l
I would like to use a C library in some of my shared code. I have the binaries and headers, and currently use cinterop on iOS, Android NDK, macOS, and Linux. I would like to use the cocoapod of this library on iOS to make dependency management easier. Is there a way to make sure the cocoapod’s cinterop gets commonized with my manual def files?