blob: 211bbe254048a0c4f3e70623b85569f48f46338c [file] [log] [blame]
{
"name": "MFExtractColor",
"version": "1.0.0",
"summary": "Fetches the most dominant and prominent colors from an image.",
"homepage": "https://github.com/GodzzZZZ/MFExtractColor",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"GodzzZZZ": "GodzzZZZ@qq.com"
},
"source": {
"git": "https://github.com/GodzzZZZ/MFExtractColor.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MFExtractColorDemo/MFExtractColorDemo/MFExtractColor/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
]
}