Skip to content

Commit e0384cc

Browse files
committed
Update root podspec
1 parent 5100d48 commit e0384cc

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

PLMLibTorchWrapper.podspec

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,9 @@ Pod::Spec.new do |spec|
1111

1212
spec.source_files = "ios/LibTorchWrapper/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)