[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / b / 1 / 8 / NimbleNet / 0.1.0 / NimbleNet.podspec.json
blob6c82e96b21738167947442afaecaf622bed41634
2   "name": "NimbleNet",
3   "version": "0.1.0",
4   "summary": "iOS Library To Enable Machine Learning on Edge Devices",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/NimbleEdge/NimbleNet-Pods",
7   "license": {
8     "type": "Apache 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "noreply": "noreply@gmail.com"
13   },
14   "source": {
15     "git": "git@github.com:NimbleEdge/NimbleNet-Pods.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "14.5"
20   },
21   "user_target_xcconfig": {
22     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
23     "LIBRARY_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}/NimbleNet/install/lib/\"",
24     "HEADER_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}/NimbleNet/install/include/\""
25   },
26   "pod_target_xcconfig": {
27     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
28     "HEADER_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}/NimbleNet/install/include/\"",
29     "VALID_ARCHS": "arm64",
30     "ENABLE_BITCODE": "YES"
31   },
32   "source_files": "src/*",
33   "vendored_libraries": "install/lib/*.{a}",
34   "public_header_files": "src/*.h",
35   "dependencies": {
36     "LibTorch": [
37       "~> 1.11"
38     ]
39   }