[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / 4 / b / Version / 0.2.0 / Version.podspec.json
bloba474ca54bb784d21ee8cf9f492d57d22635f0184
2   "name": "Version",
3   "version": "0.2.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.\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",
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.2.0"
14   },
15   "social_media_url": "https://twitter.com/mrackwitz",
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.10"
19   },
20   "requires_arc": true,
21   "source_files": "Version/*.swift"