Build metadata in version numbers fail validation #6224
Labels
d2:moderate
A moderately-difficult ticket that may require a bit of knowledge about the codebase
t2:defect
These are known bugs. The issue should also contain steps to reproduce. PRs welcome!
According to https://guides.cocoapods.org/syntax/podspec.html#version, CocoaPods use semantic versioning as specified in http://semver.org/ .
That spec among others describes that version strings may include arbitrary build metadata suffixes delimited by a plus sign (http://semver.org/#spec-item-10):
However adding such a build metadata entry to a pod version will blow up during podspec validation:
Are there plans for supporting metadata tags in version numbers? If not, it would be useful to emphasize this on the
podspec
version description page.The text was updated successfully, but these errors were encountered: