[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / c / 6 / RAGVersionNumber / 1.0.2 / RAGVersionNumber.podspec.json
blob44be972e963af4edf6a300e1314ac6b225e6d115
2   "name": "RAGVersionNumber",
3   "version": "1.0.2",
4   "summary": "Conveniently creates version numbers from different inputs and compares them in helpful ways.",
5   "description": "Implements a type that represents a version number with major, minor and patch components. Provides initializers from string and from application bundle. Compares version numbers with respect to their order and equality. Written in Swift 3. Thoroughly tested.",
6   "homepage": "https://github.com/raginmari/RAGVersionNumber",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "raginmari": "reimar.twelker@web.de"
13   },
14   "source": {
15     "git": "https://github.com/raginmari/RAGVersionNumber.git",
16     "tag": "1.0.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "RAGVersionNumber/Classes/**/*",
22   "pushed_with_swift_version": "3.0"