blob: 0ac546825873ece76ad7a6016cf9b16afabba957 [file] [log] [blame]
{
"name": "PrettyColors",
"version": "5.0.2",
"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": "5.0.2"
},
"source_files": "Source/**/*.{h,swift}",
"swift_versions": [
"3.0",
"4.0",
"4.2",
"5.0"
],
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
}
}