From c7f70ca74b4835b7b11ffd503072ffea2ff92856 Mon Sep 17 00:00:00 2001 From: bruno-rocha-movile Date: Tue, 4 Apr 2017 21:34:46 -0300 Subject: [PATCH] Removing the local path --- Example/Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Example/Podfile b/Example/Podfile index 00e4360..c683c59 100644 --- a/Example/Podfile +++ b/Example/Podfile @@ -1,5 +1,5 @@ use_frameworks! target 'ErrorKingExample' do - pod 'ErrorKing’, :path => '/Users/bruno.rocha/Desktop/Personal Codes/ErrorKing' + pod 'ErrorKing’ end \ No newline at end of file