blob: 0b47fb312d4be74a17ef4dc98cad40a7e692adf3 [file] [log] [blame]
{
"name": "SheetyColors",
"version": "1.0.2",
"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": "1.0.2"
},
"social_media_url": "https://twitter.com/chr_wendt",
"platforms": {
"ios": "11.0"
},
"dependencies": {
"Capable/Colors": [
"~> 1.1"
]
},
"source_files": "SheetyColors/Classes/**/*.{swift}",
"resources": "SheetyColors/Classes/**/*.{xcassets,xib}"
}