12 lines
330 B
Plaintext
12 lines
330 B
Plaintext
|
# 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
|
||
|
pod 'MediaPipeTasksText', '0.10.5'
|
||
|
pod 'MediaPipeTasksVision', '0.10.5'
|
||
|
end
|