[Add] Leopard-iOS 2.0.2
[CocoaPods.git] / Specs / e / 6 / 1 / NCNN_IOS / 20210125 / NCNN_IOS.podspec.json
blob50c7b5a1dc33d4f0b86a71cdac414eaa847ac756
2   "name": "NCNN_IOS",
3   "version": "20210125",
4   "summary": "ncnn powerby Tencent",
5   "description": "ncnn is a high-performance neural network inference framework optimized for the mobile platform.",
6   "homepage": "https://github.com/Tencent/ncnn",
7   "license": {
8     "type": "BSD 3-Clause",
9     "file": "https://github.com/Tencent/ncnn/LICENSE.txt"
10   },
11   "authors": {
12     "DCTech": "412200533@qq.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "http": "https://github.com/Tencent/ncnn/releases/download/20210124/ncnn-20210124-ios-vulkan-bitcode.zip"
19   },
20   "vendored_frameworks": [
21     "openmp.framework",
22     "ncnn.framework",
23     "glslang.framework"
24   ],
25   "xcconfig": {
26     "HEADER_SEARCH_PATHS": "${PODS_ROOT}/NCNN_IOS/openmp.framework/Headers/;${PODS_ROOT}/NCNN_IOS/ncnn.framework/Headers/;${PODS_ROOT}/NCNN_IOS/glslang.framework/Headers/"
27   },
28   "pod_target_xcconfig": {
29     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
30   },
31   "user_target_xcconfig": {
32     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
33   }