blob: 0cb4729860d688de3545ae691bec5f62995b0fdc [file] [log] [blame]
{
"name": "EasyColor",
"version": "0.1.0",
"summary": "EasyColor makes working with UIColor easier",
"swift_version": "4.2",
"description": "EasyColor contains initializers for HEX and 8 bit colors. It also contains system colors.",
"homepage": "https://github.com/Phyber64/EasyColor",
"screenshots": "https://imgur.com/HxLV5qq.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Aleš Hanžlík": "hanzlikale@gmail.com"
},
"source": {
"git": "https://github.com/Phyber64/EasyColor.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "EasyColor/Classes/**/*",
"frameworks": "UIKit"
}