Skip to content

Commit

Permalink
Update root podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
erksch committed Jun 28, 2024
1 parent 5100d48 commit e0384cc
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions PLMLibTorchWrapper.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,9 @@ Pod::Spec.new do |spec|

spec.source_files = "ios/LibTorchWrapper/LibTorchWrapper/**/*.{h,m,mm}"

spec.dependency 'LibTorch-Lite', '1.13.0.1'
spec.dependency 'VoizeLibTorch-Lite', '2.1.0'
spec.frameworks = 'Accelerate'

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

end

0 comments on commit e0384cc

Please sign in to comment.