Aded version of dependency to podspec template

This commit is contained in:
Prianka Liz Kariat 2023-05-06 04:25:24 +05:30
parent 78224aaee6
commit 6427c49d2d
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.module_name = 'MediaPipeTasksText'
s.static_framework = true
s.dependency 'MediaPipeTasksCommon'
s.dependency 'MediaPipeTasksCommon', '${MPP_TASKS_COMMON_VERSION}'
s.library = 'c++'
s.vendored_frameworks = 'frameworks/MediaPipeTasksText.xcframework'
end

View File

@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.module_name = 'MediaPipeTasksVision'
s.static_framework = true
s.dependency 'MediaPipeTasksCommon'
s.dependency 'MediaPipeTasksCommon', '${MPP_TASKS_COMMON_VERSION}'
s.library = 'c++'
s.vendored_frameworks = 'frameworks/MediaPipeTasksVision.xcframework'
end