[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 4 / 0 / c / MNN-Nightly / 0.1.1 / MNN-Nightly.podspec.json
blob0665209a71831997ee10939cda2d2a88665c8d8b
2   "name": "MNN-Nightly",
3   "version": "0.1.1",
4   "summary": "MNN nightly builds",
5   "description": "MNN is a lightweight deep neural network inference framework. It loads models and do inference on devices.",
6   "homepage": "https://github.com/alibaba/MNN",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "text": "                      Copyright © 2018, Alibaba Group Holding Limited\n\n                      Licensed under the Apache License, Version 2.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\n                        http://www.apache.org/licenses/LICENSE-2.0\n\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     "MNN": "MNNTeam@service.taobao.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": true,
18   "source": {
19     "http": "https://dl.bintray.com/mnnteam/Pods/MNN-iOS-Nightly.zip"
20   },
21   "frameworks": [
22     "Metal",
23     "Accelerate"
24   ],
25   "libraries": "c++",
26   "ios": {
27     "vendored_frameworks": "MNN.framework"
28   }