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).
When using Podfile with statement like
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).