blob: bc0e8d51df5ddbc971d2da626bc8429820683431 [file] [log] [blame]
{
"name": "FaceAwareFill",
"version": "1.0",
"summary": "Aspect Fill content centering over the detected faces.",
"description": " This category applies Aspect Fill content mode to an image and if faces are detected it centers them instead of centering the image just by its geometrical center.\n",
"homepage": "https://github.com/Julioacarrettoni/UIImageView_FaceAwareFill",
"screenshots": "https://raw2.github.com/Julioacarrettoni/UIImageView_FaceAwareFill/master/EXAMPLE.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Julio Andres Carrettoni": "julioacarrettoni@gmail.com"
},
"source": {
"git": "https://github.com/Julioacarrettoni/UIImageView_FaceAwareFill.git",
"tag": "v1.0"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "UIImageView+FaceAwareFill/*.{h,m}",
"frameworks": "CoreImage"
}