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