308f4f0e73
Dependencies tracked in `Podfile` are used to generate reference docs.
12 lines
330 B
Ruby
12 lines
330 B
Ruby
# 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
|