[Add] TappxSDK 4.1.13
[CocoaPods.git] / Specs / 1 / c / 6 / RAGVersionNumber / 1.0.0 / RAGVersionNumber.podspec.json
blob8503c74067dacf7892b87ff5dff8940f6025e1c5
2   "name": "RAGVersionNumber",
3   "version": "1.0.0",
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.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "RAGVersionNumber/Classes/**/*",
22   "pushed_with_swift_version": "3.0"