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