[Add] RegulaCommonNightly 7.5.947
[CocoaPods.git] / Specs / b / 3 / 8 / PytorchExp / 1.3.0 / PytorchExp.podspec.json
blobac17ff1f481a80e48a73ed413bc064375c1701ed
2   "name": "PytorchExp",
3   "version": "1.3.0",
4   "authors": "xta0",
5   "license": {
6     "type": "MIT"
7   },
8   "homepage": "https://github.com/xta0/PytorchExp",
9   "source": {
10     "http": "https://ossci-ios.s3.amazonaws.com/libtorch_ios_1.3.0.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 armv7s",
23     "HEADER_SEARCH_PATHS": "$(inherited) \"$(PODS_ROOT)/PytorchExp/install/include/\""
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         "PytorchExp/Libtorch": [
41         ]
42       },
43       "source_files": "src/*.{h,cpp,cc}",
44       "public_header_files": [
45         "src/LibTorch.h"
46       ]
47     },
48     {
49       "name": "Libtorch",
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   ]