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