[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / c / a / Commandant / 0.17.0 / Commandant.podspec.json
blob79e3ee55bf3372c197f2d9d4408b9d976827ef43
2   "name": "Commandant",
3   "version": "0.17.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.17.0"
20   },
21   "source_files": "Sources/**/*.swift",
22   "cocoapods_version": ">= 1.4.0",
23   "swift_version": "5.0"