[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 0 / 3 / 9 / SwiftArgs / 0.5.4 / SwiftArgs.podspec.json
blob30fa426281e559328d11d6e35b82c403ef4df34e
2   "name": "SwiftArgs",
3   "version": "0.5.4",
4   "summary": "A small Swift framework for creating simple command line interfaces.",
5   "description": "`SwiftArgs` lets you handle command line arguments with ease. Just supply the valid arguments, and let `SwiftArgs` handle the rest.",
6   "homepage": "https://github.com/pkrll/SwiftArgs",
7   "license": "MIT",
8   "authors": {
9     "Ardalan Samimi": "ardalan@saturnfive.se"
10   },
11   "social_media_url": "http://twitter.com/ardalansamimi",
12   "platforms": {
13     "osx": "10.10"
14   },
15   "source": {
16     "git": "https://github.com/pkrll/SwiftArgs.git",
17     "tag": "0.5.4"
18   },
19   "source_files": [
20     "Sources/SwiftArgs/*.{swift}",
21     "Sources/SwiftArgs/**/*.{swift}"
22   ],
23   "swift_version": "4.0",
24   "pod_target_xcconfig": {
25     "SWIFT_VERSION": "4.0"
26   },
27   "static_framework": true