[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 3 / a / d / PytorchExpObjC / 0.0.1 / PytorchExpObjC.podspec.json
blob65d0067b831547843701243dedcfd28cdb8375c7
2   "name": "PytorchExpObjC",
3   "version": "0.0.1",
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/PytorchExp.git",
11     "branch": "master"
12   },
13   "summary": "PytorchExp for Objective-C",
14   "description": "Objective-C wrapper of PytorchExp",
15   "platforms": {
16     "ios": "10.3"
17   },
18   "module_name": "PytorchExpObjC",
19   "static_framework": true,
20   "public_header_files": "ios/objc/apis/*.h",
21   "source_files": [
22     "ios/objc/apis/*.{h,m,mm}",
23     "ios/objc/src/*.{h,m,mm}"
24   ],
25   "module_map": "ios/objc/apis/framework.modulemap",
26   "dependencies": {
27     "PytorchExp": [
29     ]
30   },
31   "pod_target_xcconfig": {
32     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/PytorchExp/install/include\" \"${PODS_ROOT}/PytorchExpObjC/ios/objc/apis\"",
33     "VALID_ARCHS": "x86_64 arm64"
34   },
35   "libraries": [
36     "c++",
37     "stdc++"
38   ],
39   "user_target_xcconfig": {
40     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/PytorchExp/install/include\""
41   },
42   "testspecs": [
43     {
44       "name": "Tests",
45       "test_type": "unit",
46       "source_files": "ios/objc/Tests/*.{h,mm,m}",
47       "resources": [
48         "ios/objc/Tests/models/*.pt"
49       ],
50       "pod_target_xcconfig": {
51         "OTHER_LDFLAGS": "-force_load \"$(PODS_ROOT)/PytorchExp/install/lib/libtorch.a\""
52       }
53     }
54   ]