Update pod file

This commit is contained in:
QuentinArguillere 2022-02-03 18:11:33 +01:00
parent f05416af2b
commit 528ed943ed

View file

@ -5,7 +5,7 @@ source "https://github.com/CocoaPods/Specs.git"
def all_pods
if ENV['PODFILE_PATH'].nil?
pod 'linphone-sdk', '~> 5.1.0-beta.67+d777941e'
pod 'linphone-sdk', '~> 5.1.0-beta.69+950f104'
else
pod 'linphone-sdk', :path => ENV['PODFILE_PATH'] # local sdk
end