[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / 0 / 2 / Bash / 1.0.0 / Bash.podspec.json
blobe71b01e1636910b9d33118c78891921af3ed80ef
2   "name": "Bash",
3   "module_name": "Bash",
4   "version": "1.0.0",
5   "summary": "Run shell commands from Swift scripts and command line tools.",
6   "homepage": "https://github.com/Meniny/Bash",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Elias Abel": "admin@meniny.cn"
13   },
14   "social_media_url": "https://meniny.cn/",
15   "platforms": {
16     "osx": "10.12"
17   },
18   "requires_arc": true,
19   "source": {
20     "git": "https://github.com/Meniny/Bash.git",
21     "tag": "1.0.0"
22   },
23   "source_files": "Bash/**/*.swift",
24   "pod_target_xcconfig": {
25     "SWIFT_VERSION": "4.1"
26   },
27   "swift_version": "4.1"