From db35defe0816c00472d87d3bb4194d92920fbee9 Mon Sep 17 00:00:00 2001 From: jiangteng Date: Tue, 17 Dec 2019 20:45:41 +0800 Subject: [PATCH] feat:update podfile --- Example/Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Example/Podfile b/Example/Podfile index 2aa6129a..fee99e8e 100644 --- a/Example/Podfile +++ b/Example/Podfile @@ -3,7 +3,7 @@ target 'Example' do use_frameworks! - pod 'Doric', :path => '../../doric-iOS' + pod 'DoricCore', :path => '../../doric-iOS' target 'ExampleTests' do inherit! :search_paths # Pods for testing