[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 8 / a / 5 / SFaceCompare / 3.1 / SFaceCompare.podspec.json
blob3c4f28b87fd3c9e5470c6ec2859cb9fe0e578e81
2   "name": "SFaceCompare",
3   "version": "3.1",
4   "summary": "Simple lib fro iOS to find and compare faces.",
5   "requires_arc": true,
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",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "Bohdan Mihiliev": "bohdanrose1@gmail.com"
16   },
17   "source": {
18     "git": "https://github.com/BohdanNikoletti/SFaceCompare.git",
19     "tag": "3.1"
20   },
21   "pod_target_xcconfig": {
22     "VALID_ARCHS": "x86_64 armv7 arm64"
23   },
24   "platforms": {
25     "ios": "12.0"
26   },
27   "preserve_paths": "SFaceCompare/SameFace.framework",
28   "xcconfig": {
29     "OTHER_LDFLAGS": "-framework SameFace"
30   },
31   "source_files": "SFaceCompare/Classes/**/*",
32   "vendored_frameworks": "SFaceCompare/SameFace.framework",
33   "swift_version": "5.0"