[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 3 / c / LibTorch / 0.0.1 / LibTorch.podspec.json
blob2f03eafb596a374a27d4a090aef3a178d07eeb9d
2   "name": "LibTorch",
3   "version": "0.0.1",
4   "authors": "PyTorch Team",
5   "license": {
6     "type": "BSD"
7   },
8   "homepage": "https://github.com/pytorch/pytorch",
9   "source": {
10     "http": "https://ossci-ios-build.s3.amazonaws.com/libtorch_ios_nightly_build.zip"
11   },
12   "summary": "The PyTorch C++ library for iOS",
13   "description": "The PyTorch C++ library for iOS.",
14   "default_subspecs": "Core",
15   "user_target_xcconfig": {
16     "HEADER_SEARCH_PATHS": "$(inherited) \"$(PODS_ROOT)/#{s.name}/install/include/\"",
17     "OTHER_LDFLAGS": "-force_load \"$(PODS_ROOT)/#{s.name}/install/lib/libtorch.a\"",
18     "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
19     "CLANG_CXX_LIBRARY": "libc++"
20   },
21   "pod_target_xcconfig": {
22     "HEADER_SEARCH_PATHS": "$(inherited) \"$(PODS_ROOT)/#{s.name}/install/include/\"",
23     "VALID_ARCHS": "x86_64 armv7s arm64"
24   },
25   "libraries": [
26     "c++",
27     "stdc++"
28   ],
29   "platforms": {
30     "osx": null,
31     "ios": null,
32     "tvos": null,
33     "watchos": null
34   },
35   "subspecs": [
36     {
37       "name": "Core",
38       "dependencies": {
39         "LibTorch/Torch": [
41         ]
42       },
43       "source_files": "src/*.{h,cpp,c,cc}",
44       "public_header_files": [
45         "src/LibTorch.h"
46       ]
47     },
48     {
49       "name": "Torch",
50       "header_mappings_dir": "install/include/",
51       "preserve_paths": "install/include/**/*.{h,cpp,cc,c}",
52       "vendored_libraries": "install/lib/*.a",
53       "libraries": [
54         "c++",
55         "stdc++"
56       ]
57     }
58   ]