[Add] TappxSDK 4.1.13
[CocoaPods.git] / Specs / 6 / 2 / e / SwiftShell / 5.0.0 / SwiftShell.podspec.json
blobcd8ce05a1ef48c384b0dbcc0fc314d6dccd286e3
2   "name": "SwiftShell",
3   "version": "5.0.0",
4   "summary": "A Swift framework for shell scripting.",
5   "description": "SwiftShell is a library for creating command-line applications and running shell commands in Swift.",
6   "homepage": "https://github.com/kareman/SwiftShell",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Kare Morstol": "kare@nottoobadsoftware.com"
13   },
14   "source": {
15     "git": "https://github.com/kareman/SwiftShell.git",
16     "tag": "5.0.0"
17   },
18   "source_files": [
19     "Sources/SwiftShell/*.swift",
20     "Sources/SwiftShell/*/*.swift"
21   ],
22   "platforms": {
23     "osx": "10.13",
24     "ios": "9.0"
25   }