blob: c0bc8b1b292e621a0fe369732c915836502d6155 [file] [log] [blame]
{
"name": "SheetyColors",
"version": "0.2.0",
"summary": "An action sheet styled color picker for iOS.",
"description": "The SheetyColors color picker is based on UIKit's UIAlertController. Therefore, it nicely integrates with the look & feel of all other native system dialogs.",
"homepage": "https://github.com/chrs1885/SheetyColors",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"chrs1885": "christoph.wendt@me.com"
},
"source": {
"git": "https://github.com/chrs1885/SheetyColors.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "11.0"
},
"dependencies": {
"Capable/Colors": [
"~> 0.9.0"
]
},
"source_files": "SheetyColors/Classes/**/*.{swift}",
"resources": "SheetyColors/Classes/**/*.xcassets"
}