diff --git a/Podfile b/Podfile index 3ae7c62d..c234e0cf 100644 --- a/Podfile +++ b/Podfile @@ -16,7 +16,7 @@ pod 'MaterialComponents/ActivityIndicator' pod 'Toast', '~> 4.0.0' pod "PulsingHalo" pod 'MBProgressHUD', '~> 1.2.0' -pod 'TOCropViewController', '2.5.5' +pod 'TOCropViewController', '~> 2.6.0' end target "NotificationServiceExtension" do @@ -34,7 +34,7 @@ pod 'MaterialComponents/ActivityIndicator' pod 'Toast', '~> 4.0.0' pod "PulsingHalo" pod 'MBProgressHUD', '~> 1.2.0' -pod 'TOCropViewController', '2.5.5' +pod 'TOCropViewController', '~> 2.6.0' end target "ShareExtension" do @@ -52,7 +52,7 @@ pod 'MaterialComponents/ActivityIndicator' pod 'Toast', '~> 4.0.0' pod "PulsingHalo" pod 'MBProgressHUD', '~> 1.2.0' -pod 'TOCropViewController', '2.5.5' +pod 'TOCropViewController', '~> 2.6.0' end post_install do |installer|