[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / 3 / 4 / b / Version / 0.4.0 / Version.podspec.json
blob18af23ac7f6e62b295cba2671cf792cf281cfd7d
2   "name": "Version",
3   "version": "0.4.0",
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.4.0"
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": "Version/*.swift"