blob: 3c4f28b87fd3c9e5470c6ec2859cb9fe0e578e81 [file] [log] [blame]
{
"name": "SFaceCompare",
"version": "3.1",
"summary": "Simple lib fro iOS to find and compare faces.",
"requires_arc": true,
"static_framework": true,
"swift_versions": "5.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": "3.1"
},
"pod_target_xcconfig": {
"VALID_ARCHS": "x86_64 armv7 arm64"
},
"platforms": {
"ios": "12.0"
},
"preserve_paths": "SFaceCompare/SameFace.framework",
"xcconfig": {
"OTHER_LDFLAGS": "-framework SameFace"
},
"source_files": "SFaceCompare/Classes/**/*",
"vendored_frameworks": "SFaceCompare/SameFace.framework",
"swift_version": "5.0"
}