blob: d8bf98b35c268953d00f64531074629a58f56bef [file] [log] [blame]
{
"name": "ImageColors",
"version": "0.1.0",
"summary": "Get the colours that matter.",
"description": "UIImage category to get the image colors.",
"homepage": "https://github.com/robipresotto/imageColors",
"license": "MIT",
"authors": {
"Robinson Presotto": "robipresotto@gmail.com"
},
"source": {
"git": "https://github.com/robipresotto/imageColors.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"ImageColors": [
"Pod/Assets/*.png"
]
}
}