[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / 3 / 8 / PytorchExp / 0.0.5 / PytorchExp.podspec.json
blobf87924e159ca1386676da57babfdfee2f80660a9
2   "name": "PytorchExp",
3   "version": "0.0.5",
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   "static_framework": true,
28   "libraries": [
29     "c++",
30     "stdc++"
31   ],
32   "platforms": {
33     "osx": null,
34     "ios": null,
35     "tvos": null,
36     "watchos": null
37   },
38   "subspecs": [
39     {
40       "name": "Core",
41       "dependencies": {
42         "PytorchExp/Libtorch": [
44         ]
45       },
46       "source_files": "src/*.{h,cpp,cc}",
47       "public_header_files": [
48         "src/PytorchExp.h"
49       ]
50     },
51     {
52       "name": "Libtorch",
53       "header_mappings_dir": "install/include/",
54       "preserve_paths": "install/include/**/*.{h,cpp,cc,c}",
55       "vendored_libraries": "install/lib/libtorch.a",
56       "libraries": [
57         "c++",
58         "stdc++"
59       ]
60     }
61   ]