[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 8 / a / 5 / SFaceCompare / 2.6.5 / SFaceCompare.podspec.json
blob38e834bc8213ade84d12f3073cfec7764e425e83
2   "name": "SFaceCompare",
3   "version": "2.6.5",
4   "summary": "Simple lib fro iOS to find and compare faces.",
5   "requires_arc": true,
6   "static_framework": true,
7   "swift_versions": "5.1",
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": "2.6.5"
20   },
21   "platforms": {
22     "ios": "11.3"
23   },
24   "preserve_paths": "SFaceCompare/SameFace.framework",
25   "xcconfig": {
26     "OTHER_LDFLAGS": "-framework SameFace"
27   },
28   "source_files": "SFaceCompare/Classes/**/*",
29   "vendored_frameworks": "SFaceCompare/SameFace.framework",
30   "swift_version": "5.1"