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