Update TOCropViewController to 2.6.x

Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
This commit is contained in:
Marcel Müller 2021-01-03 20:32:53 +01:00 коммит произвёл Ivan Sein
Родитель 8888bed29f
Коммит 30c5c139b0
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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|