blob: 3e6adcf04180ebbcea4ba4f0a004e23dc44ee35b [file] [log] [blame]
{
"name": "Version",
"version": "0.6.1",
"summary": "Version represents and compares semantic versions in Swift.",
"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",
"homepage": "https://github.com/mrackwitz/Version",
"license": "MIT",
"authors": {
"Marius Rackwitz": "git@mariusrackwitz.de"
},
"source": {
"git": "https://github.com/mrackwitz/Version.git",
"tag": "0.6.1"
},
"social_media_url": "https://twitter.com/mrackwitz",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "Sources/*.swift",
"pushed_with_swift_version": "4.0"
}