From f3b05db4f6e0bc001c33455144d53d0542b177c0 Mon Sep 17 00:00:00 2001 From: Honza Dvorsky Date: Wed, 3 Feb 2016 16:47:40 +0000 Subject: [PATCH] moving pods --- Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Podfile b/Podfile index 434dda5..40dd682 100644 --- a/Podfile +++ b/Podfile @@ -36,6 +36,7 @@ def buildasaur_app_pods pod 'Ji', '~> 1.2.0' pod 'CryptoSwift' pod 'Sparkle' + pod 'KeychainAccess' end def test_pods @@ -50,7 +51,6 @@ end target 'BuildaKit' do buildasaur_app_pods - pod 'KeychainAccess' end target 'BuildaKitTests' do