blob: 6694a5366fd1cff43f8d5465b59fa8d253d6cfb2 [file] [log] [blame]
{
"name": "UIImage+ColorFromImage",
"version": "0.0.1",
"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.1"
},
"source_files": "UIImage+ColorFromImage.{h,m}",
"requires_arc": true
}