blob: 7cbcca0388807e3e977863241de295052c97391c [file] [log] [blame]
{
"name": "SOZOChromoplast",
"version": "0.0.3",
"summary": "Extract the most prevalent colors from a UIImage",
"description": "Inspired by functionality in iTunes' album view,\nSOZOChromoplast finds the most relevant colors in a\ngiven UIImage quickly and painlessly, giving you the\nperfect color scheme every time.",
"homepage": "https://github.com/sozorogami/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"sozorogami": "tyler.tape@gmail.com"
},
"social_media_url": "http://twitter.com/sozorogami",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/sozorogami/SOZOChromoplast.git",
"tag": "v0.0.3"
},
"source_files": "SOZOChromoplast/**/*.{h,m}",
"exclude_files": [
"Classes/Exclude",
"Examples"
],
"requires_arc": true,
"frameworks": "UIKit"
}