[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / 3 / 4 / b / Version / 0.7.0 / Version.podspec.json
blob650d58365a53802f690fb3edb0bd8b2be0f1fc81
2   "name": "Version",
3   "version": "0.7.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.7.0"
14   },
15   "social_media_url": "https://twitter.com/mrackwitz",
16   "swift_version": "5.0",
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.10",
20     "watchos": "2.0",
21     "tvos": "9.0"
22   },
23   "requires_arc": true,
24   "source_files": "Version/*.swift"