I'm using a pod as an internal library for my project.
I want to have some pods included only on release/debug builds, like Reveal/Sparkinspector.
Is there any way to define podspec
dependencies depending on the currently selected build configuration (build/release)?
nm
upd: I found task about my issue: github.com/CocoaPods/CocoaPods/issues/9658 – Kelsiekelso