blob: a7692c920b34af5018c98de8f45e77c4d6b79765 [file] [log] [blame]
{
"name": "ColorHSPicker",
"version": "0.1.4",
"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.4"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"ColorHSPicker": [
"Pod/Assets/*.{png, jpg}"
]
}
}