blob: 2e43a9ff64ef5a06e17c1452fc2b77c959fcef35 [file] [log] [blame]
{
"name": "SheetyColors",
"version": "0.1.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.1.0"
},
"platforms": {
"ios": "11.0"
},
"dependencies": {
"Capable/Colors": [
"~> 0.9.0"
]
},
"source_files": "SheetyColors/Classes/**/*.{swift}",
"resources": "SheetyColors/Classes/**/*.xcassets"
}