[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 3 / a / d / PytorchExpObjC / 0.0.2 / PytorchExpObjC.podspec.json
blob3f62ce200ac1f9e643e7343ca46892e89ff555e2
2   "name": "PytorchExpObjC",
3   "version": "0.0.2",
4   "authors": "xta0",
5   "license": {
6     "type": "MIT"
7   },
8   "homepage": "https://github.com/xta0/PytorchExpObjC.git",
9   "source": {
10     "git": "https://github.com/xta0/PytorchExpObjC.git",
11     "branch": "master"
12   },
13   "summary": "The LibTorch Objective-C wrapper",
14   "description": "Objective-C wrapper of PytorchExp",
15   "platforms": {
16     "ios": "12.0"
17   },
18   "module_name": "PytorchExpObjC",
19   "static_framework": true,
20   "public_header_files": "apis/*.h",
21   "source_files": [
22     "apis/*.{h,m,mm}",
23     "src/*.{h,m,mm}"
24   ],
25   "module_map": "src/framework.modulemap",
26   "dependencies": {
27     "LibTorch": [
29     ]
30   },
31   "pod_target_xcconfig": {
32     "HEADER_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}/LibTorch/install/include\" \"${PODS_ROOT}/PytorchExpObjC/apis\"",
33     "VALID_ARCHS": "x86 arm64"
34   },
35   "libraries": [
36     "c++",
37     "stdc++"
38   ]