[Add] XZTextImageView 10.1.0
[CocoaPods.git] / Specs / a / 4 / d / ArgumentParser / 1.2.0 / ArgumentParser.podspec.json
blob96736c6adeb797a3ee2b7b9aa694980eef1f07fe
2   "name": "ArgumentParser",
3   "version": "1.2.0",
4   "summary": "Straightforward, type-safe argument parsing for Swift.",
5   "description": "ArgumentParser provides an easy and intuitive way to work with command-line arguments.\nJust define expected arguments like a properties using proper decorators, and the library will do the heavy lifting for you.",
6   "homepage": "https://github.com/apple/swift-argument-parser",
7   "license": {
8     "type": "Apache License 2.0"
9   },
10   "authors": {
11     "Apple": "developer@apple.com",
12     "Serhiy Bobyr": "serhiy.bobyr@tomtom.com"
13   },
14   "source": {
15     "git": "https://github.com/apple/swift-argument-parser.git",
16     "tag": "1.2.0"
17   },
18   "social_media_url": "https://github.com/apple/swift-argument-parser",
19   "swift_versions": "5.6",
20   "platforms": {
21     "osx": "11.0"
22   },
23   "source_files": "Sources/ArgumentParser/**/*.swift",
24   "dependencies": {
25     "ArgumentParserToolInfo": [
26       "~> 1.2.0"
27     ]
28   },
29   "swift_version": "5.6"