blob: f4019b873284002efcc498522a304b712656da44 [file] [log] [blame]
{
"name": "Warhol",
"version": "0.2.0",
"summary": "Face detection made easy.",
"description": "Warhol acts as a wrapper on top of the Apple Vision Framework, detecting the features of a face from camera or image and providing these elements position in your own coordinates, so you can easily draw on top.",
"homepage": "https://github.com/toupper/Warhol",
"license": "MIT",
"authors": {
"César Vargas Casaseca": "c.vargas.casaseca@gmail.com"
},
"source": {
"git": "https://github.com/toupper/Warhol.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "11.0"
},
"requires_arc": true,
"ios": {
"source_files": "Warhol/Warhol/**/*.{h,m,swift}"
},
"swift_versions": "5.2",
"swift_version": "5.2"
}