blob: 0dc3f773e45beeb0a78d411564beaa74386b4c1b [file] [log] [blame]
{
"name": "MNN-Binary",
"version": "1.1.0",
"summary": "MNN binary build",
"description": "MNN is a lightweight deep neural network inference framework. It loads models and do inference on devices.",
"homepage": "https://github.com/alibaba/MNN",
"license": {
"type": "Apache License, Version 2.0",
"text": " Alibaba-INC copyright\n"
},
"authors": {
"MNN": "MNNTeam@service.taobao.com"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"http": "https://miil-pc-sh.oss-cn-shanghai.aliyuncs.com/immsdk-bin/miil-1.1.zip"
},
"frameworks": [
"Metal",
"Accelerate"
],
"libraries": "c++",
"ios": {
"vendored_frameworks": "MNN.framework"
}
}