[Add] Dalila 1.0.35
[CocoaPods.git] / Specs / 3 / 4 / b / Version / 0.0.1-alpha / Version.podspec.json
blob3d0bad749e7c8e07d8b0a32dd6aa3bee8e66987b
2   "name": "Version",
3   "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",
4   "source": {
5     "git": "https://github.com/mrackwitz/Version.git",
6     "tag": "0.0.1-alpha"
7   },
8   "authors": {
9     "Marius Rackwitz": "git@mariusrackwitz.de"
10   },
11   "source_files": "Version/*.h",
12   "requires_arc": true,
13   "homepage": "https://github.com/mrackwitz/Version",
14   "license": "MIT",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10"
18   },
19   "version": "0.0.1-alpha",
20   "summary": "Version represents and compares semantic versions in Swift.",
21   "social_media_url": "https://twitter.com/mrackwitz"