442940cd55
PiperOrigin-RevId: 560743684
19 lines
739 B
Plaintext
19 lines
739 B
Plaintext
Pod::Spec.new do |s|
|
|
s.name = 'MediaPipeTasksVision'
|
|
s.version = '${MPP_BUILD_VERSION}'
|
|
s.authors = 'Google Inc.'
|
|
s.license = { :type => 'Apache',:file => "LICENSE" }
|
|
s.homepage = 'https://github.com/google/mediapipe'
|
|
s.source = { :http => '${MPP_VISION_DOWNLOAD_URL}' }
|
|
s.summary = 'MediaPipe Task Library - Vision'
|
|
s.description = 'The Vision APIs of the MediaPipe Task Library'
|
|
|
|
s.ios.deployment_target = '12.0'
|
|
|
|
s.module_name = 'MediaPipeTasksVision'
|
|
s.static_framework = true
|
|
s.dependency 'MediaPipeTasksCommon', '${MPP_TASKS_COMMON_VERSION}'
|
|
s.library = 'c++'
|
|
s.vendored_frameworks = 'frameworks/MediaPipeTasksVision.xcframework'
|
|
end
|