[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / f / 0 / 7 / ShellOut / 2.0.0 / ShellOut.podspec.json
blob2eeacd3b0b467e2cd7d5afe6a98a82ea7b527345
2   "name": "ShellOut",
3   "version": "2.0.0",
4   "summary": "Easily run shell commands from a Swift script or command line tool",
5   "description": "ShellOut is a simple package that enables you to easily “shell out” from a Swift script or command line tool.\n\nEven though you can accomplish most of the tasks you need to do in native Swift code, sometimes you need to invoke the power of the command line from a script or tool - and this is exactly what ShellOut makes so simple.",
6   "homepage": "https://github.com/JohnSundell/ShellOut",
7   "authors": "John Sundell",
8   "social_media_url": "http://twitter.com/JohnSundell",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "platforms": {
14     "osx": "10.12"
15   },
16   "source": {
17     "git": "https://github.com/JohnSundell/ShellOut.git",
18     "tag": "2.0.0"
19   },
20   "source_files": "Sources",
21   "pushed_with_swift_version": "4.0"