[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 0 / f / 9 / Ansi / 2.0.0 / Ansi.podspec.json
blob671c468cc9072c5d41e9e66ad50347851cac03a4
2   "name": "Ansi",
3   "version": "2.0.0",
4   "summary": "Ansi parser written in Swift 3 for constructing NSAttributedStrings.",
5   "description": "Ansi parser written in Swift 3 for constructing NSAttributedStrings. Currently supports 8 & 256 bit colors, italic, strikethrough, underline and bold text.",
6   "homepage": "https://github.com/oleander/Ansi",
7   "license": "MIT",
8   "authors": {
9     "Linus Oleander": "linus@oleander.io"
10   },
11   "platforms": {
12     "osx": "10.11"
13   },
14   "source": {
15     "git": "https://github.com/oleander/Ansi.git",
16     "tag": "2.0.0"
17   },
18   "source_files": "Source/**/*.swift",
19   "dependencies": {
20     "FootlessParser": [
22     ],
23     "Hue": [
25     ],
26     "BonMot": [
28     ]
29   },
30   "pushed_with_swift_version": "3.1"