[Add] AssentifySdk 0.0.42
[CocoaPods.git] / Specs / e / a / 8 / Shell / 2.0.0 / Shell.podspec.json
blob409a607bf8e27ca5b8b788ae859cdff806efb3b5
2   "name": "Shell",
3   "version": "2.0.0",
4   "summary": "Shell is a ยต-library written Swift to run system commands",
5   "homepage": "https://github.com/tuist/shell",
6   "social_media_url": "https://twitter.com/pepibumur",
7   "license": "MIT",
8   "source": {
9     "git": "https://github.com/tuist/shell.git",
10     "tag": "2.0.0"
11   },
12   "requires_arc": true,
13   "authors": "Tuist",
14   "swift_version": "5.0",
15   "platforms": {
16     "osx": "10.10"
17   },
18   "source_files": "Sources/Shell/**/*.{swift}",
19   "dependencies": {
20     "PathKit": [
21       "0.9.2"
22     ]
23   }