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",
12 "noreply": "noreply@gmail.com"
15 "git": "https://github.com/NimbleEdge/NimbleTorch.git",
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++"
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"
43 "NimbleTorch/Torch": [
47 "source_files": "src/*.{h,cpp,c,cc}",
48 "public_header_files": [
54 "header_mappings_dir": "install/include/",
55 "preserve_paths": "install/include/**/*.{h,cpp,cc,c}",
56 "vendored_libraries": "install/lib/*.a",