blob: c6f37b9eb5878352ddf4ef92112718566b317173 [file] [log] [blame]
{
"name": "JHColorPicker",
"version": "1.0.2",
"summary": "Color picker with several swatch libraries and custom color picker",
"description": "JHColorPickerController is a color picker that includes swatches from Crayola, Pantone, and ChameleonFramework flat colors, as well as custom color picker",
"homepage": "https://github.com/jhays/JHColorPicker",
"screenshots": "http://i.imgur.com/egH6Thw.gif",
"license": "MIT",
"authors": {
"JHays": "orbosphere@gmail.com"
},
"source": {
"git": "https://github.com/jhays/JHColorPicker.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"JHColorPicker": [
"Pod/Assets/*.png",
"Pod/Assets/*.xib"
]
},
"frameworks": "UIKit",
"dependencies": {
"ChameleonFramework/Swift": [
],
"UIColor-Crayola": [
],
"UIColor-Pantone": [
],
"ColorUtils": [
]
}
}