extender
extender copied to clipboard
Inconsistent ios/osx min version
When using Podfile with statement like
platform :ios, '13.0'
min ios/osx version used only in compiler command for pods. The rest of source code is compiled with predefined min os version (11 for ios).