From 5140d1c4ec3985ef368d5e4c142f2cc6d09bc46f Mon Sep 17 00:00:00 2001 From: Ryan Baumbach Date: Tue, 18 Oct 2022 10:19:11 -0600 Subject: [PATCH] Fix Podfile --- Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Podfile b/Podfile index bcf8132..2d69417 100644 --- a/Podfile +++ b/Podfile @@ -3,7 +3,7 @@ source 'https://github.com/CocoaPods/Specs.git' platform :ios, "8.0" inhibit_all_warnings! -target :Specs do +target :Tests do pod 'Specta' pod 'Expecta' pod 'OCMock'