2023-09-20 10:45:22 +02:00
|
|
|
# Uncomment the next line to define a global platform for your project
|
|
|
|
platform :ios, '15.0'
|
|
|
|
|
|
|
|
target 'MediaPipeTasksDocGen' do
|
|
|
|
# Comment the next line if you don't want to use dynamic frameworks
|
|
|
|
use_frameworks!
|
|
|
|
|
|
|
|
# Pods for MediaPipeTasksDocGen
|
2023-09-21 07:21:45 +02:00
|
|
|
pod 'MediaPipeTasksText'
|
|
|
|
pod 'MediaPipeTasksVision'
|
2023-09-20 10:45:22 +02:00
|
|
|
end
|