blob: 4a315d7c3b9ea0b66255a267df1e9e022c86ea60 [file] [log] [blame]
{
"name": "ShellInterface",
"version": "0.3.0",
"summary": "Shell interface",
"description": "A shell interface built as a thin abstraction layer on top of Foundation's `Process`.",
"homepage": "https://github.com/hectr/swift-shell-interface",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hèctor Marquès": "h@mrhector.me"
},
"social_media_url": "https://twitter.com/elnetus",
"platforms": {
"osx": "10.13"
},
"source": {
"git": "https://github.com/hectr/swift-shell-interface.git",
"tag": "0.3.0"
},
"source_files": "Sources/ShellInterface/**/*",
"frameworks": "Foundation"
}