[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 8 / a / 5 / SFaceCompare / 3.0 / SFaceCompare.podspec.json
blobb8a72f9f3df7297f0daecce357f0b082db466aeb
2   "name": "SFaceCompare",
3   "version": "3.0",
4   "summary": "Simple lib fro iOS to find and compare faces.",
5   "requires_arc": true,
6   "static_framework": true,
7   "swift_versions": [
8     "5.0",
9     "5.1"
10   ],
11   "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.",
12   "homepage": "https://github.com/BohdanNikoletti/SFaceCompare",
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE"
16   },
17   "authors": {
18     "Bohdan Mihiliev": "bohdanrose1@gmail.com"
19   },
20   "source": {
21     "git": "https://github.com/BohdanNikoletti/SFaceCompare.git",
22     "tag": "3.0"
23   },
24   "platforms": {
25     "ios": "11.3"
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.1"