From 13f71d6672afdf8f579cd2700f1b4c52048403d6 Mon Sep 17 00:00:00 2001 From: Ethan Nagel Date: Mon, 13 Jul 2015 14:35:54 -0700 Subject: [PATCH] update Podfile to require FBSnapshotCase 1.8.1 because v2.0+ requires frameworks and we haven't tried enabling them yet. --- Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Podfile b/Podfile index eb7cb4bb47..687ae3c56c 100644 --- a/Podfile +++ b/Podfile @@ -4,5 +4,5 @@ platform :ios, '7.0' target :'AsyncDisplayKitTests', :exclusive => true do pod 'OCMock', '~> 2.2' - pod 'FBSnapshotTestCase' + pod 'FBSnapshotTestCase', '~> 1.8.1' end