[Add] AlibabacloudEas20210701 6.4.0
[CocoaPods.git] / Specs / 9 / 2 / 1 / Swiftline / 0.5.0 / Swiftline.podspec.json
blobcae2597d2079754f45225326d81b3ed1fce352b2
2   "name": "Swiftline",
3   "version": "0.5.0",
4   "summary": "Swiftline is a set of tools to help you create command line applications",
5   "description": "Swiftline can be divided to three main parts:\n\n- Colorize; Helps adding colors to strings written to the terminal\n- Ask, Choose and agree; Easily create prompt for asking the user more info\n- Runner; A quick way to run an external command and read its standard output and standard error.",
6   "homepage": "https://github.com/oarrabi/Swiftline",
7   "license": "MIT",
8   "authors": {
9     "Omar Abdelhafith": "o.arrabi@me.com"
10   },
11   "source": {
12     "git": "https://github.com/oarrabi/Swiftline.git",
13     "tag": "0.5.0"
14   },
15   "platforms": {
16     "osx": "10.9"
17   },
18   "requires_arc": true,
19   "source_files": "Source/**/*",
20   "pushed_with_swift_version": "3.0"