blob: d291a3ec3e568353f31a85a17f1e4e206a56a5dd [file] [log] [blame]
{
"name": "SFaceCompare",
"version": "2.0.0",
"summary": "Simple lib fro iOS to find and compare faces.",
"requires_arc": true,
"static_framework": true,
"swift_version": "4.0",
"description": "SFaceCompare is an simple libray for iOS to find and compare faces. SFaceCompare works on top of dlib and OpenCV libraries.\nWith usage of trained model.",
"homepage": "https://github.com/BohdanNikoletti/SFaceCompare",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bohdan Mihiliev": "bohdanrose1@gmail.com"
},
"source": {
"git": "https://github.com/BohdanNikoletti/SFaceCompare.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "11.3"
},
"source_files": "SFaceCompare/Classes/**/*",
"vendored_frameworks": "SFaceCompare/SameFace.framework"
}