[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / 8 / e / DAOFaceCompare / 0.1.1 / DAOFaceCompare.podspec.json
blob5d114820c76e27a75cf4a0a40e85c316d2d85946
2   "name": "DAOFaceCompare",
3   "version": "0.1.1",
4   "summary": "A simple tool to compare faces.",
5   "description": "This tool use Vision and Facenet to detect and compare faces.",
6   "homepage": "https://github.com/daoseng33/DAOFaceCompare",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "DAO": "daoseng33@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/daoseng33/DAOFaceCompare.git",
16     "tag": "0.1.1"
17   },
18   "social_media_url": "https://twitter.com/daoseng33",
19   "swift_versions": "5.0",
20   "platforms": {
21     "ios": "13.0"
22   },
23   "source_files": "DAOFaceCompare/Classes/**/*",
24   "static_framework": true,
25   "resource_bundles": {
26     "DAOFaceCompare": [
27       "DAOFaceCompare/Assets/*.tflite"
28     ]
29   },
30   "dependencies": {
31     "TensorFlowLiteSwift": [
32       "~> 2"
33     ]
34   },
35   "swift_version": "5.0"