blob: 69f585576ea1cbe42983b7b6d1068546329e5dc8 [file] [log] [blame]
{
"name": "UIImage+ColorFromImage",
"version": "0.0.2",
"summary": "Return a UIColor from a UIImage",
"description": " `UIImage+ColorFromImage` is a category on `UIImage` which returns a `UIColor` based on the image this method is called from.\n",
"homepage": "https://github.com/squarefrog/UIImage-ColorFromImage",
"license": "MIT",
"authors": {
"Paul Williamson": "squarefrog@gmail.com"
},
"social_media_url": "http://twitter.com/squarefrog",
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/squarefrog/UIImage-ColorFromImage.git",
"tag": "0.0.2"
},
"source_files": "UIImage+ColorFromImage.{h,m}",
"requires_arc": true
}