Skip to content

Commit 931fb11

Browse files
committed
Update root podspec
1 parent 5100d48 commit 931fb11

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

PLMLibTorchWrapper.podspec

+3-6
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,11 @@ Pod::Spec.new do |spec|
99

1010
spec.ios.deployment_target = '13.5'
1111

12-
spec.source_files = "ios/LibTorchWrapper/LibTorchWrapper/**/*.{h,m,mm}"
12+
spec.source_files = "LibTorchWrapper/**/*.{h,m,mm}"
1313

14-
spec.dependency 'LibTorch-Lite', '1.13.0.1'
14+
spec.dependency 'VoizeLibTorch-Lite', '2.1.0'
1515
spec.frameworks = 'Accelerate'
1616

17-
spec.xcconfig = {
18-
'HEADER_SEARCH_PATHS' => '"${PODS_ROOT}/LibTorch-Lite/install/include/"',
19-
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64'
20-
}
17+
spec.compiler_flags = '-std=c++17'
2118

2219
end

0 commit comments

Comments
 (0)