From 94613a0ac8507910d5235e97948439771c278b0b Mon Sep 17 00:00:00 2001 From: Ryan ZHAO Date: Thu, 29 Oct 2020 11:28:13 +1100 Subject: [PATCH] update podfile for YYImage --- Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Podfile b/Podfile index f50ed68fb..22cc0d46e 100644 --- a/Podfile +++ b/Podfile @@ -61,7 +61,7 @@ def shared_pods pod 'AFNetworking', '~> 3.2.1', inhibit_warnings: true pod 'PureLayout', '~> 3.1.4', :inhibit_warnings => true pod 'Reachability', :inhibit_warnings => true - pod 'YYImage', :inhibit_warnings => true + pod 'YYImage', git: 'https://github.com/signalapp/YYImage', :inhibit_warnings => true pod 'ZXingObjC', '~> 3.6.4', :inhibit_warnings => true end