Latest version of Xcode does not consider '5' to be >= '5.0', I guess? so it pops a warning that 'conversion to swift 5 is available'. Changing s.swift_version to '5.0' fixes as CocoaPods directly copies that value to SWIFT_VERSION in the xc project.
Environment
Please provide information on your development environment, so we can build with the same scenario.
Xcode version (e.g. 9.1): latest
PopupDialog version (e.g. 0.5.0): latest
Minimum deployment target (e.g. 9.0): 11.0
Language (Objective-C / Swift): swift
In case of Swift - Version (e.g. 4): 5.0
Dependency management
If you are not using any dependency managers, you can remove this section.
Dependency manager (e.g. CocoaPods): CocoaPods
Version (e.g. 1.3.1): latest
What did you do?
Used this pod
What did you expect to happen?
Not get a 'transition to swift 5' warning for PopupDialog
What happened instead?
got a 'transition to swift 5' warning for PopupDialog
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
224 Report
Latest version of Xcode does not consider '5' to be >= '5.0', I guess? so it pops a warning that 'conversion to swift 5 is available'. Changing s.swift_version to '5.0' fixes as CocoaPods directly copies that value to SWIFT_VERSION in the xc project.
Environment
Please provide information on your development environment, so we can build with the same scenario.
Dependency management
If you are not using any dependency managers, you can remove this section.
What did you do?
Used this pod
What did you expect to happen?
Not get a 'transition to swift 5' warning for PopupDialog
What happened instead?
got a 'transition to swift 5' warning for PopupDialog
Project that demonstrates the issue