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