[Add] LogRocket 1.47.1
[CocoaPods.git] / Specs / 3 / 4 / b / Version / 0.6.1 / Version.podspec.json
blob3e6adcf04180ebbcea4ba4f0a004e23dc44ee35b
2   "name": "Version",
3   "version": "0.6.1",
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.\nIt follows [Semantic Versioning 2.0.0](http://semver.org).\n\nThe representation is:\n* Comparable\n* Equatable\n* String Literal Convertible\n* Printable",
6   "homepage": "https://github.com/mrackwitz/Version",
7   "license": "MIT",
8   "authors": {
9     "Marius Rackwitz": "git@mariusrackwitz.de"
10   },
11   "source": {
12     "git": "https://github.com/mrackwitz/Version.git",
13     "tag": "0.6.1"
14   },
15   "social_media_url": "https://twitter.com/mrackwitz",
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.10",
19     "watchos": "2.0",
20     "tvos": "9.0"
21   },
22   "requires_arc": true,
23   "source_files": "Sources/*.swift",
24   "pushed_with_swift_version": "4.0"