PiperOrigin-RevId: 537420663
This commit is contained in:
Sebastian Schmidt 2023-06-02 15:13:43 -07:00 committed by Copybara-Service
parent 91a3c54d55
commit 5f50ac371f
3 changed files with 4 additions and 4 deletions

View File

@ -4,9 +4,9 @@ Pod::Spec.new do |s|
s.authors = 'Google Inc.'
s.license = { :type => 'Apache',:file => "LICENSE" }
s.homepage = 'https://github.com/google/mediapipe'
s.source = { :http => '${MPP_DOWNLOAD_URL}' }
s.source = { :http => '${MPP_COMMON_DOWNLOAD_URL}' }
s.summary = 'MediaPipe Task Library - Text'
s.description = 'The Natural Language APIs of the MediaPipe Task Library'
s.description = 'The common libraries of the MediaPipe Task Library'
s.ios.deployment_target = '11.0'

View File

@ -4,7 +4,7 @@ Pod::Spec.new do |s|
s.authors = 'Google Inc.'
s.license = { :type => 'Apache',:file => "LICENSE" }
s.homepage = 'https://github.com/google/mediapipe'
s.source = { :http => '${MPP_DOWNLOAD_URL}' }
s.source = { :http => '${MPP_TEXT_DOWNLOAD_URL}' }
s.summary = 'MediaPipe Task Library - Text'
s.description = 'The Natural Language APIs of the MediaPipe Task Library'

View File

@ -4,7 +4,7 @@ Pod::Spec.new do |s|
s.authors = 'Google Inc.'
s.license = { :type => 'Apache',:file => "LICENSE" }
s.homepage = 'https://github.com/google/mediapipe'
s.source = { :http => '${MPP_DOWNLOAD_URL}' }
s.source = { :http => '${MPP_VISION_DOWNLOAD_URL}' }
s.summary = 'MediaPipe Task Library - Vision'
s.description = 'The Vision APIs of the MediaPipe Task Library'