blob: e71b01e1636910b9d33118c78891921af3ed80ef [file] [log] [blame]
{
"name": "Bash",
"module_name": "Bash",
"version": "1.0.0",
"summary": "Run shell commands from Swift scripts and command line tools.",
"homepage": "https://github.com/Meniny/Bash",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Elias Abel": "admin@meniny.cn"
},
"social_media_url": "https://meniny.cn/",
"platforms": {
"osx": "10.12"
},
"requires_arc": true,
"source": {
"git": "https://github.com/Meniny/Bash.git",
"tag": "1.0.0"
},
"source_files": "Bash/**/*.swift",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.1"
},
"swift_version": "4.1"
}