[Add] VisionSDK 1.5.5
[CocoaPods.git] / Specs / d / 0 / f / MNNFaceDetection / 0.0.2 / MNNFaceDetection.podspec.json
blob07d029f6306276ab75bf84acf283d2a0ba4c3fde
2   "name": "MNNFaceDetection",
3   "version": "0.0.2",
4   "summary": "MNNFaceDetection.",
5   "description": "MNN Face Detection.",
6   "homepage": "https://github.com/alibaba/MNNKit",
7   "license": {
8     "type": "MNN Kit Terms of Service, Version 1.0",
9     "text": "                      Copyright © 2018, Alibaba Group Holding Limited\n                      Licensed under the MNN Kit Terms of Service, Version 1.0 (the \"License\");\n                      you may not use this file except in compliance with the License.\n                      You may obtain a copy of the License at\n                        https://raw.githubusercontent.com/alibaba/MNNKit/master/license\n                      Unless required by applicable law or agreed to in writing, software\n                      distributed under the License is distributed on an \"AS IS\" BASIS,\n                      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n                      See the License for the specific language governing permissions and\n                      limitations under the License.\n"
10   },
11   "authors": {
12     "MNNTeam": "MNNTeam@service.taobao.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": true,
18   "vendored_frameworks": "MNNFaceDetection.framework",
19   "source": {
20     "http": "https://github.com/alibaba/MNNKit/releases/download/facedetection0.0.2/MNNFaceDetection.framework.zip"
21   },
22   "resources": [
23     "MNNFaceDetection.framework/det.mnn",
24     "MNNFaceDetection.framework/pts.mnn"
25   ],
26   "libraries": "c++",
27   "dependencies": {
28     "MNN": [
29       "0.2.1.7"
30     ],
31     "MNNKitCore": [
32       "~> 0.0.3"
33     ]
34   }