[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / c / a / Commandant / 0.15.0 / Commandant.podspec.json
blob0cd95a6799f14b6da6d67abdb81c3b0d075439f5
2   "name": "Commandant",
3   "version": "0.15.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.15.0"
20   },
21   "source_files": "Sources/**/*.swift",
22   "dependencies": {
23     "Result": [
24       "~> 4.0"
25     ]
26   },
27   "cocoapods_version": ">= 1.4.0",
28   "swift_version": "4.0"