[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 3 / 9 / SwiftArgs / 0.4.1 / SwiftArgs.podspec.json
blobdda89eaecf99c09d2387ca627fc3b9bf66e0e65e
2   "name": "SwiftArgs",
3   "version": "0.4.1",
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.4.1"
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