[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / b / 3 / 8 / PytorchExp / 0.0.3 / PytorchExp.podspec.json
bloba39653058b86c2fb1b77682dd1655f68ff41933b
2   "name": "PytorchExp",
3   "version": "0.0.3",
4   "authors": "xta0",
5   "license": {
6     "type": "MIT"
7   },
8   "homepage": "https://github.com/xta0/PytorchExp",
9   "source": {
10     "http": "http://ossci-macos.s3.amazonaws.com/libtorch_x86_arm64.zip"
11   },
12   "summary": "Pytorch experimental Cocoapods",
13   "description": "An internal-only pod containing the Pytorch C++ code for iOS. This pod is not\nintended to be used directly.",
14   "default_subspecs": "Core",
15   "user_target_xcconfig": {
16     "HEADER_SEARCH_PATHS": "$(inherited) \"$(PODS_ROOT)/PytorchExp/install/include/\"",
17     "OTHER_LDFLAGS": "-force_load \"$(PODS_ROOT)/PytorchExp/install/lib/libtorch.a\"",
18     "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
19     "CLANG_CXX_LIBRARY": "libc++"
20   },
21   "pod_target_xcconfig": {
22     "VALID_ARCHS": "x86 arm64"
23   },
24   "module_name": "PytorchExp",
25   "module_map": "src/framework.modulemap",
26   "libraries": [
27     "c++",
28     "stdc++"
29   ],
30   "platforms": {
31     "osx": null,
32     "ios": null,
33     "tvos": null,
34     "watchos": null
35   },
36   "subspecs": [
37     {
38       "name": "Core",
39       "dependencies": {
40         "PytorchExp/Libtorch": [
42         ]
43       },
44       "source_files": "src/*.{h,cpp,cc}",
45       "public_header_files": [
46         "src/PytorchExp.h"
47       ]
48     },
49     {
50       "name": "Libtorch",
51       "header_mappings_dir": "install/include/",
52       "preserve_paths": "install/include/**/*.{h,cpp,cc,c}",
53       "vendored_libraries": "install/lib/libtorch.a",
54       "libraries": [
55         "c++",
56         "stdc++"
57       ]
58     }
59   ]