[Add] RegulaCommonNightly 7.5.947
[CocoaPods.git] / Specs / b / 3 / 8 / PytorchExp / 0.0.1 / PytorchExp.podspec.json
blobf61f39df674e02c438317cf8288a2f272c9495cf
2   "name": "PytorchExp",
3   "version": "0.0.1",
4   "authors": "xta0",
5   "license": {
6     "type": "MIT"
7   },
8   "homepage": "https://github.com/xta0/Pytorch-iOS",
9   "source": {
10     "git": "https://github.com/xta0/Pytorch-iOS.git",
11     "branch": "master"
12   },
13   "summary": "Pytorch experimental Cocoapods",
14   "description": "An internal-only pod containing the Pytorch C++ code for iOS. This pod is not\nintended to be used directly.",
15   "platforms": {
16     "ios": "10.3"
17   },
18   "default_subspecs": "Core",
19   "user_target_xcconfig": {
20     "HEADER_SEARCH_PATHS": "$(inherited) \"$(PODS_ROOT)/PytorchExp/install/include/\"",
21     "OTHER_LDFLAGS": "-force_load \"$(PODS_ROOT)/PytorchExp/install/lib/libtorch.a\"",
22     "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
23     "CLANG_CXX_LIBRARY": "libc++",
24     "VALID_ARCHS": "armv7 armv7s arm64"
25   },
26   "static_framework": true,
27   "module_name": "PytorchExp",
28   "libraries": [
29     "c++",
30     "stdc++"
31   ],
32   "subspecs": [
33     {
34       "name": "Core",
35       "dependencies": {
36         "PytorchExp/Libtorch": [
38         ]
39       },
40       "source_files": "src/*.{h,cpp,cc}",
41       "public_header_files": [
42         "src/PytorchExp.h"
43       ]
44     },
45     {
46       "name": "Libtorch",
47       "header_mappings_dir": "install/include/",
48       "preserve_paths": "install/include/**/*.{h,cpp,cc,c}",
49       "vendored_libraries": "install/lib/libtorch.a",
50       "libraries": [
51         "c++",
52         "stdc++"
53       ]
54     }
55   ]