blob: f7c1377512fc9665b767aaba1bf9f22997078016 [file] [log] [blame]
{
"name": "ESColor",
"version": "0.0.1",
"summary": "Extensions for Color.",
"description": "Extensions for Color with Swift for mac、ios、watchos、tvos.",
"homepage": "https://github.com/KKLater/ESColor",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"KKLater": "lshxin89@126.com"
},
"swift_versions": [
"5.0"
],
"platforms": {
"ios": "8.0",
"tvos": "10.0",
"osx": "10.10",
"watchos": "3.0"
},
"source": {
"git": "https://github.com/KKLater/ESColor.git",
"tag": "0.0.1"
},
"source_files": [
"Sources/**/*.swift",
"Sources/ESColor.h"
],
"requires_arc": true,
"swift_version": "5.0"
}