blob: 962bbb770172445c5a36494af15802ab78db5d6e [file] [log] [blame]
{
"name": "ColorHSPicker",
"version": "0.1.9",
"summary": "An HS color-picker for the iOS.",
"description": "reusable, simple color picker for iOS.\n* Works on iPhone\n* Works on iPad",
"homepage": "https://github.com/RGSSoftware/ColorHSPicker",
"license": "MIT",
"authors": {
"Randel Smith": "rs@randelsmith.com"
},
"source": {
"git": "https://github.com/RGSSoftware/ColorHSPicker.git",
"tag": "0.1.9"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"ColorHSPicker": [
"Pod/Assets/*.{png, jpg}",
"Pod/Assets/*.xcassets"
]
}
}