blob: 9a7e6ced809c6eafe8d1cee7dbe0fe634e81dee5 [file] [log] [blame]
{
"name": "FaceAware",
"version": "1.6.0",
"summary": "A UIImageView extension that focus on faces within an image.",
"swift_version": "4.2",
"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": "1.6.0"
},
"source_files": "FaceAware/*.{swift}",
"exclude_files": "Classes/Exclude"
}