blob: 756d56ebb57cbc0b0c4ae1863b7ad00b64335f97 [file] [log] [blame]
{
"name": "Version",
"version": "0.6.3",
"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.3"
},
"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": "Version/*.swift",
"pushed_with_swift_version": "4.0"
}