blob: 671c468cc9072c5d41e9e66ad50347851cac03a4 [file] [log] [blame]
{
"name": "Ansi",
"version": "2.0.0",
"summary": "Ansi parser written in Swift 3 for constructing NSAttributedStrings.",
"description": "Ansi parser written in Swift 3 for constructing NSAttributedStrings. Currently supports 8 & 256 bit colors, italic, strikethrough, underline and bold text.",
"homepage": "https://github.com/oleander/Ansi",
"license": "MIT",
"authors": {
"Linus Oleander": "linus@oleander.io"
},
"platforms": {
"osx": "10.11"
},
"source": {
"git": "https://github.com/oleander/Ansi.git",
"tag": "2.0.0"
},
"source_files": "Source/**/*.swift",
"dependencies": {
"FootlessParser": [
],
"Hue": [
],
"BonMot": [
]
},
"pushed_with_swift_version": "3.1"
}