Here, @dnkoutso writes:
Currently, consumers of pods are limited to an all-or-nothing approach to integrate their project by forcing them to make a choice on whether to use dynamic frameworks everywhere or static libraries everywhere via the use_frameworks! option.
But if the source Podspec specifies a static framework (e.g. s.static_framework = true , isn't that what the consumer gets, even with a use_frameworks! declaration?