[Add] DemoTestFramework 1.0.7
[CocoaPods.git] / Specs / 2 / c / a / Commandant / 0.18.0 / Commandant.podspec.json
blobe6f5fa8c16827930fd0c4a6b30a77d640f7e7240
2   "name": "Commandant",
3   "version": "0.18.0",
4   "summary": "Type-safe command line argument handling",
5   "description": "Commandant is a Swift framework for parsing command-line arguments, inspired by Argo\n(which is, in turn, inspired by the Haskell library Aeson).",
6   "homepage": "https://github.com/Carthage/Commandant",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Carthage contributors": "https://github.com/Carthage/Commandant/graphs/contributors"
13   },
14   "platforms": {
15     "osx": "10.9"
16   },
17   "source": {
18     "git": "https://github.com/Carthage/Commandant.git",
19     "tag": "0.18.0"
20   },
21   "source_files": "Sources/**/*.swift",
22   "cocoapods_version": ">= 1.4.0",
23   "swift_versions": "5.2",
24   "swift_version": "5.2"