[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / c / 6 / RAGVersionNumber / 1.0.3 / RAGVersionNumber.podspec.json
blob716fc20c0e5aa5f14d8825f8e7eb0641c5005d91
2   "name": "RAGVersionNumber",
3   "version": "1.0.3",
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.3"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "pod_target_xcconfig": {
22     "SWIFT_VERSION": "3.0.2"
23   },
24   "source_files": "RAGVersionNumber/Classes/**/*",
25   "pushed_with_swift_version": "3.0.2"