blob: 5bdb6d664d707aa1771bf65de8247faccf99e0a8 [file] [log] [blame]
{
"name": "SOZOChromoplast",
"version": "0.0.2",
"summary": "Extract the most prevalent colors from a UIImage",
"description": " Inspired by functionality in iTunes' album view,\n SOZOChromoplast finds the most relevant colors in a\n given UIImage quickly and painlessly, giving you the\n perfect color scheme every time.\n",
"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.2"
},
"source_files": "SOZOChromoplast/**/*.{h,m}",
"exclude_files": [
"Classes/Exclude",
"Examples"
],
"requires_arc": true,
"frameworks": "UIKit"
}