2 "name": "SFaceCompare",
4 "summary": "Simple lib fro iOS to find and compare faces.",
6 "static_framework": true,
7 "swift_versions": "5.0",
8 "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.",
9 "homepage": "https://github.com/BohdanNikoletti/SFaceCompare",
15 "Bohdan Mihiliev": "bohdanrose1@gmail.com"
18 "git": "https://github.com/BohdanNikoletti/SFaceCompare.git",
21 "pod_target_xcconfig": {
22 "VALID_ARCHS": "x86_64 armv7 arm64"
27 "preserve_paths": "SFaceCompare/SameFace.framework",
29 "OTHER_LDFLAGS": "-framework SameFace"
31 "source_files": "SFaceCompare/Classes/**/*",
32 "vendored_frameworks": "SFaceCompare/SameFace.framework",
33 "swift_version": "5.0"