blob: 820d84e7ce5b38e3df014d68d4abcc3b825a5a34 [file] [log] [blame]
{
"name": "UIImage+MDContentColor",
"version": "1.0",
"summary": "Useful UIImage category for getting average color and average content darkness level.",
"homepage": "https://github.com/mdjordjevic/uiimage-content-color",
"license": "MIT",
"authors": {
"Mladen Djordjevic": "djordjevic.mladen@gmail.com"
},
"source": {
"git": "https://github.com/mdjordjevic/uiimage-content-color.git",
"tag": "1.0"
},
"social_media_url": "https://twitter.com/dj_mladen",
"platforms": {
"ios": "6.1"
},
"source_files": "UIImage+MDContentColor.{h,m}",
"frameworks": "UIKit",
"requires_arc": true
}