From 8063608fc4d0e4cc78531ed87c8ff30d7b877576 Mon Sep 17 00:00:00 2001 From: Bob Sun Date: Sun, 12 Aug 2018 23:31:25 -0700 Subject: [PATCH] Use stable libgit2/objective-git in the Cartfile --- Cartfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cartfile b/Cartfile index 02c4a5a..97ca48d 100644 --- a/Cartfile +++ b/Cartfile @@ -1,6 +1,6 @@ github "SVProgressHUD/SVProgressHUD" github "radex/SwiftyUserDefaults" -github "libgit2/objective-git" "master" +github "libgit2/objective-git" github "leonbreedt/FavIcon" github "kishikawakatsumi/KeychainAccess" github "mattrubin/OneTimePassword"