workspace 'hark-lib'
platform :ios, '14.4'


# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'hark-lib' do
  project 'hark-lib/hark-lib.xcodeproj'
    # Comment the next line if you don't want to use dynamic frameworks
  use_frameworks!

  # Pods for hark-lib
  pod 'LibTorch', '~> 1.6.0'
  pod 'fmt'
end

target 'HARKlib' do
    project 'HARKlib/HARKlib.xcodeproj'
      # Comment the next line if you don't want to use dynamic frameworks
    use_frameworks!
  
    # Pods for hark-lib
    pod 'LibTorch', '~> 1.6.0'
    pod 'fmt'
end
  
