Is there a way to add build setting in a cocoapods
pod without direct changing Pods project or other auto-generated stuff, so it will still be in place after pod install
? Being specific, I need to set DISABLE_MIXPANEL_AB_DESIGNER=1
in Mixpanel pod to avoid crashes.
I've found something here, but it's outdated & looks strange because (as far as I understand) podspec
file is created by pod owner, not user.