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