blob: 6fa8406994dedf0bda83dc9fd8ed4fb8c86345f0 [file] [log] [blame]
{
"name": "RainbowPod",
"version": "0.1.1",
"summary": "Color conversion and manipulation library for Swift, with no rely on UIKit/AppKit.",
"homepage": "https://github.com/luoxiu/Rainbow",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"luoxiu": "luoxiustm@gmail.com"
},
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "3.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/luoxiu/Rainbow.git",
"tag": "0.1.1"
},
"source_files": "Sources/Rainbow/**/*.swift",
"swift_version": "5.0"
}