blob: a21e2e1cb53ab3139aef1f2e3a6d4903eb374aba [file] [log] [blame]
{
"name": "PrettyColors",
"version": "4.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": "v4.0.0"
},
"source_files": "Source/**/*.{h,swift}",
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "2.3"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
}
}