blob: aa531e862bbf1cf243d376519fcdcbbe1e70d6d7 [file] [log] [blame]
{
"name": "FaceCropper",
"version": "1.0.0",
"summary": "Crop faces, inside of your image, with Vision",
"homepage": "https://github.com/KimDarren/FaceCropper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"KimDarren": "korean.darren@gmail.com"
},
"source": {
"git": "https://github.com/KimDarren/FaceCropper.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "FaceCropper/Classes/**/*",
"frameworks": [
"UIKit",
"Vision"
],
"pushed_with_swift_version": "4.0"
}