[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / 1 / 8 / NimbleNet / 0.1.1 / NimbleNet.podspec.json
blob447a72351e1d62c678056e8d698b44b6e1cccf8c
2   "name": "NimbleNet",
3   "version": "0.1.1",
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.1"
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, dylib}",
34   "public_header_files": "src/*.h",
35   "dependencies": {
36     "LibTorch": [
37       "~> 1.11.0"
38     ]
39   }