[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / 3 / 8 / PytorchExp / 0.0.2 / PytorchExp.podspec.json
blob6be98b42c5cf13c4be3c207f1cfbeada9669ff33
2   "name": "PytorchExp",
3   "version": "0.0.2",
4   "authors": "xta0",
5   "license": {
6     "type": "MIT"
7   },
8   "homepage": "https://github.com/xta0/PytorchExp",
9   "source": {
10     "http": "https://xta0.me/resource/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     "OTHER_LDFLAGS": "-force_load \"$(PODS_ROOT)/PytorchExp/install/lib/libtorch.a\"",
17     "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
18     "CLANG_CXX_LIBRARY": "libc++"
19   },
20   "pod_target_xcconfig": {
21     "HEADER_SEARCH_PATHS": "$(inherited) \"$(PODS_ROOT)/PytorchExp/install/include/\"",
22     "VALID_ARCHS": "armv7 armv7s 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   ]