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.\n It follows [Semantic Versioning 2.0.0](http://semver.org).\n\n The representation is:\n * Comparable\n * Equatable\n * String Literal Convertible\n * Printable\n",
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",
21 "source_files": "Version/*.swift"