diff --git a/Podfile b/Podfile index beb3366b5..cebfba85f 100644 --- a/Podfile +++ b/Podfile @@ -5,7 +5,7 @@ source "https://github.com/CocoaPods/Specs.git" def all_pods if ENV['PODFILE_PATH'].nil? - pod 'linphone-sdk', '4.4.3' + pod 'linphone-sdk', '~> 4.5.0-beta' else pod 'linphone-sdk', :path => ENV['PODFILE_PATH'] # local sdk end