From 4dca05767bf7f5d555746d8cb9e444de51bd458b Mon Sep 17 00:00:00 2001 From: romankl Date: Sat, 22 Oct 2016 02:41:07 +0200 Subject: [PATCH] switch snapshot-test-case back to the main repo (#2454) The latest version (v2.1.4) brought back the deployment target `s.ios.deployment_target = '7.0'`. --- Podfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Podfile b/Podfile index 9edf80f1e6..a625c28556 100644 --- a/Podfile +++ b/Podfile @@ -4,6 +4,5 @@ platform :ios, '7.0' target :'AsyncDisplayKitTests' do pod 'OCMock', '~> 2.2' - # this is identical to FBSnapshotTestCase 2.1.3 except that the deployment was changed from 8.0 -> 7.0 - pod 'FBSnapshotTestCase/Core', :git => "https://github.com/hannahmbanana/ios-snapshot-test-case.git" + pod 'FBSnapshotTestCase/Core', '~> 2.1' end