[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 3 / 8 / e / DAOFaceCompare / 0.1.0 / DAOFaceCompare.podspec.json
blob9c6c48a3a437508aa5c5d09aa20b51b67aa6e84a
2   "name": "DAOFaceCompare",
3   "version": "0.1.0",
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": "git@github.com:daoseng33/DAOFaceCompare.git",
16     "tag": "0.1.0"
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"