blob: 1a041d6c71cee579d19afb00bb80ba2670564df0 [file] [log] [blame]
{
"name": "PrettyColors",
"version": "3.0.0",
"summary": "Styles and colors text in the Terminal with ANSI escape codes. Conforms to ECMA Standard 48.",
"homepage": "https://github.com/jdhealy/PrettyColors",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"J.D. Healy": "jdhealy@gmail.com"
},
"social_media_url": "http://twitter.com/jdhealy",
"source": {
"git": "https://github.com/jdhealy/PrettyColors.git",
"tag": "v3.0.0"
},
"source_files": "Source/**/*.{h,swift}",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.9"
}
}