[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / c / 9 / MNN / 1.2.0 / MNN.podspec.json
blob563ee7118b12608b4ad49fc49d3a69d2ae32b05a
2   "name": "MNN",
3   "version": "1.2.0",
4   "summary": "MNN",
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": "MNN@alibaba-inc.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": true,
18   "frameworks": [
19     "Metal",
20     "Accelerate"
21   ],
22   "libraries": "c++",
23   "source": {
24     "http": "https://mnnkit.oss-cn-hangzhou.aliyuncs.com/pods-repo/MNN/1.2.0/MNN.framework.zip"
25   },
26   "vendored_frameworks": "MNN.framework",
27   "pod_target_xcconfig": {
28     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
29   },
30   "user_target_xcconfig": {
31     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
32   }