EurekaCommunity / ViewRow

ViewRow is a Eureka row that allows you to display any UIView (or UIView sunclass) within a Eureka row. Views can be created in code or loaded from nib files.
MIT License
77 stars 16 forks source link

Full SPM support requires version tags to be long form #25

Closed jwandrews closed 2 years ago

jwandrews commented 2 years ago

For versioning and tags to work with Swift Packages Manager, tags should be in the form of major.minor.patch. For example, tag 0.9 should be 0.9.0 for SPM to pick it up as a valid version tag.

alldritt commented 2 years ago

I've updated the release version to 0.9.0 to conform to SPM requirements.