Building a custom pod for a private framework, in my main project i use custom OTHER_SWIFT_FLAGS.
In theory it should be possible to override the settings of the pod during the install based on the main project but there is no documentation on how to do so.
So far my attempts failed, any hint? Looks like project(https://guides.cocoapods.org/syntax/podfile.html#project) should be the way to go but again, no documentation.