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_DOWNLOAD_URL}' } s.summary = 'MediaPipe Task Library - Vision' s.description = 'The Vision APIs of the MediaPipe Task Library' s.ios.deployment_target = '11.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