Files
mediapipe/mediapipe/tasks/ios/MediaPipeTasksText.podspec.template
T
Sebastian SchmidtandCopybara-Service 5f50ac371f Internal
PiperOrigin-RevId: 537420663
2023-06-02 15:15:44 -07:00

19 lines
739 B
Plaintext

Pod::Spec.new do |s|
s.name = 'MediaPipeTasksText'
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_TEXT_DOWNLOAD_URL}' }
s.summary = 'MediaPipe Task Library - Text'
s.description = 'The Natural Language APIs of the MediaPipe Task Library'
s.ios.deployment_target = '11.0'
s.module_name = 'MediaPipeTasksText'
s.static_framework = true
s.dependency 'MediaPipeTasksCommon', '${MPP_TASKS_COMMON_VERSION}'
s.library = 'c++'
s.vendored_frameworks = 'frameworks/MediaPipeTasksText.xcframework'
end