Internal
PiperOrigin-RevId: 537420663
This commit is contained in:
parent
91a3c54d55
commit
5f50ac371f
|
@ -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'
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user