blob: 3ddc45bba35465a450d467ababa618c8ea331e25 [file] [log] [blame]
{
"name": "AspectFillFaceAware",
"version": "1.0.0",
"summary": "A UIImageView extension that focus on faces within an image.",
"description": "An extension that gives UIImageView the ability to focus on faces within an image when using AspectFill.",
"homepage": "https://github.com/BeauNouvelle/AspectFillFaceAware",
"screenshots": [
"https://raw.githubusercontent.com/BeauNouvelle/AspectFillFaceAware/master/largeExample.png",
"https://raw.githubusercontent.com/BeauNouvelle/AspectFillFaceAware/master/avatarExample.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Beau Nouvelle": "beaunouvelle@icloud.com"
},
"social_media_url": "http://twitter.com/BeauNouvelle",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/BeauNouvelle/AspectFillFaceAware.git",
"tag": "1.0.0"
},
"source_files": "FacesFill/FacesFill/**/*.{swift}",
"exclude_files": "Classes/Exclude"
}