update podfile for YYImage

pull/301/head
Ryan ZHAO 4 years ago
parent b6c9587c46
commit 94613a0ac8

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

Loading…
Cancel
Save