[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / 3 / 8 / PytorchExp / 0.0.4 / PytorchExp.podspec.json
blob6bde77640669de5b546fc50a0c71e056d7c34e7e
2   "name": "PytorchExp",
3   "version": "0.0.4",
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     "HEADER_SEARCH_PATHS": "$(inherited) \"$(PODS_ROOT)/PytorchExp/install/include/\""
24   },
25   "module_name": "PytorchExp",
26   "module_map": "src/framework.modulemap",
27   "libraries": [
28     "c++",
29     "stdc++"
30   ],
31   "platforms": {
32     "osx": null,
33     "ios": null,
34     "tvos": null,
35     "watchos": null
36   },
37   "subspecs": [
38     {
39       "name": "Core",
40       "dependencies": {
41         "PytorchExp/Libtorch": [
43         ]
44       },
45       "source_files": "src/*.{h,cpp,cc}",
46       "public_header_files": [
47         "src/PytorchExp.h"
48       ]
49     },
50     {
51       "name": "Libtorch",
52       "header_mappings_dir": "install/include/",
53       "preserve_paths": "install/include/**/*.{h,cpp,cc,c}",
54       "vendored_libraries": "install/lib/libtorch.a",
55       "libraries": [
56         "c++",
57         "stdc++"
58       ]
59     }
60   ]