4 "summary": "Version represents and compares semantic versions in Swift.",
5 "description": "Version is a Swift Library, which enables to represent and compare semantic version numbers.\nIt follows [Semantic Versioning 2.0.0](http://semver.org).\n\nThe representation is:\n* Comparable\n* Equatable\n* String Literal Convertible\n* Printable",
6 "homepage": "https://github.com/mrackwitz/Version",
9 "Marius Rackwitz": "git@mariusrackwitz.de"
12 "git": "https://github.com/mrackwitz/Version.git",
15 "social_media_url": "https://twitter.com/mrackwitz",
16 "swift_version": "5.0",
24 "source_files": "Version/*.swift"