blob: 2c71a1ac7dab12493e9d46355802eb396e7cfe95 [file] [log] [blame]
{
"name": "SheetyColors",
"version": "0.3.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"
},
"documentation_url": "https://github.com/chrs1885/SheetyColors/blob/master/Documentation/Reference/README.md",
"source": {
"git": "https://github.com/chrs1885/SheetyColors.git",
"tag": "0.3.0"
},
"social_media_url": "https://twitter.com/chr_wendt",
"platforms": {
"ios": "11.0"
},
"dependencies": {
"Capable/Colors": [
"~> 0.9.0"
]
},
"source_files": "SheetyColors/Classes/**/*.{swift}",
"resources": "SheetyColors/Classes/**/*.xcassets"
}