From 172dafd917fad53d326f9d6a871b7588a79fd539 Mon Sep 17 00:00:00 2001 From: Joel Fischer Date: Wed, 13 Dec 2017 14:59:08 -0500 Subject: [PATCH] Update cartfile, remove OHHTTPStubs --- Cartfile.private | 2 -- Cartfile.resolved | 1 - 2 files changed, 3 deletions(-) diff --git a/Cartfile.private b/Cartfile.private index 2b696abf7..7ef1104ea 100644 --- a/Cartfile.private +++ b/Cartfile.private @@ -1,6 +1,4 @@ -# github "Quick/Quick" ~> 1.1 github "Quick/Quick" ~> 1.2 github "Quick/Nimble" ~> 7.0 -github "AliSoftware/OHHTTPStubs" ~> 6.1 github "erikdoe/ocmock" ~> 3.4 github "facebook/ios-snapshot-test-case" ~> 2.1 diff --git a/Cartfile.resolved b/Cartfile.resolved index 6832620d8..20086137a 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -1,4 +1,3 @@ -github "AliSoftware/OHHTTPStubs" "6.1.0" github "Quick/Nimble" "v7.0.3" github "Quick/Quick" "v1.2.0" github "erikdoe/ocmock" "v3.4.1"