From 6bf38bd2904caccda0abc4eae9623cea36d40ded Mon Sep 17 00:00:00 2001 From: pengfeizhou Date: Mon, 1 Feb 2021 14:59:01 +0800 Subject: [PATCH] iOS:Example Project use PINCache --- doric-iOS/Example/Podfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doric-iOS/Example/Podfile b/doric-iOS/Example/Podfile index eefbd0ab..2ec5e827 100644 --- a/doric-iOS/Example/Podfile +++ b/doric-iOS/Example/Podfile @@ -16,11 +16,12 @@ target 'Example' do pod 'SDWebImageWebPCoder' - pod 'YYCache' + #pod 'YYCache' #pod 'TMCache' pod 'PINCache' + target 'ExampleTests' do inherit! :search_paths # Pods for testing