blob: 04bc0164c48cfb35ee61e6206bd02baa9ffc69ad [file] [log] [blame]
{
"name": "RainbowSwift",
"version": "1.0.0",
"summary": "Rainbow adds methods to set text color, background color and style for Swift console and command line output.",
"description": "Rainbow adds methods to set text color, background color and style for Swift console and command line output, for both Apple's platforms and Linux. It is born for cross platform software logging in terminals. Meanwhile, it is also compatible with XcodeColors, which lets you use it in Xcode to colorize the debugger output as well.",
"homepage": "https://github.com/onevcat/Rainbow",
"screenshots": "https://raw.githubusercontent.com/onevcat/Rainbow/assets/rainbow.png",
"license": "MIT",
"authors": {
"onevcat": "onevcat@gmail.com"
},
"social_media_url": "http://twitter.com/onevcat",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/onevcat/Rainbow.git",
"tag": "1.0.0"
},
"source_files": "Sources/",
"public_header_files": "Sources/Rainbow.h"
}