[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / c / 2 / NimbleTorch / 0.1.1 / NimbleTorch.podspec.json
blob660cad075612d8b14436c8468ccfcc2a3be4414e
2   "name": "NimbleTorch",
3   "version": "0.1.1",
4   "summary": "Torch custom build for supporting bit code on iOS",
5   "description": "We have custom built our torch module by disablingn qnnpack to enable bitcode on sdk.",
6   "homepage": "https://github.com/NimbleEdge/NimbleTorch",
7   "license": {
8     "type": "Apache 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "noreply": "noreply@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/NimbleEdge/NimbleTorch.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "default_subspecs": "Core",
22   "user_target_xcconfig": {
23     "HEADER_SEARCH_PATHS": "$(inherited) \"/Users/ayushb/tmp/NimbleTorch/install/include/\"",
24     "OTHER_LDFLAGS": "-force_load \"/Users/ayushb/tmp/NimbleTorch/install/lib/libtorch.a\" -force_load \"/Users/ayushb/tmp/NimbleTorch/install/lib/libtorch_cpu.a\"",
25     "CLANG_CXX_LANGUAGE_STANDARD": "c++14",
26     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
27     "CLANG_CXX_LIBRARY": "libc++"
28   },
29   "pod_target_xcconfig": {
30     "HEADER_SEARCH_PATHS": "$(inherited) \"/Users/ayushb/tmp/NimbleTorch/install/include/\"",
31     "VALID_ARCHS": "arm64",
32     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
33     "ENABLE_BITCODE": "YES"
34   },
35   "libraries": [
36     "c++",
37     "stdc++"
38   ],
39   "subspecs": [
40     {
41       "name": "Core",
42       "dependencies": {
43         "NimbleTorch/Torch": [
45         ]
46       },
47       "source_files": "src/*.{h,cpp,c,cc}",
48       "public_header_files": [
49         "src/LibTorch.h"
50       ]
51     },
52     {
53       "name": "Torch",
54       "header_mappings_dir": "install/include/",
55       "preserve_paths": "install/include/**/*.{h,cpp,cc,c}",
56       "vendored_libraries": "install/lib/*.a",
57       "libraries": [
58         "c++",
59         "stdc++"
60       ]
61     }
62   ]