From 56625c466eec93182bc385c9ca9a86ff7f1f045f Mon Sep 17 00:00:00 2001 From: Blake Watters Date: Sat, 10 Aug 2013 20:38:23 -0400 Subject: [PATCH] Drop Podfile.lock from Git so that we don't have to deal with updating it as revisions change --- .gitignore | 1 + Tests/Podfile.lock | 24 ------------------------ 2 files changed, 1 insertion(+), 24 deletions(-) delete mode 100644 Tests/Podfile.lock diff --git a/.gitignore b/.gitignore index bd5adc7..d9b2144 100644 --- a/.gitignore +++ b/.gitignore @@ -17,4 +17,5 @@ profile DerivedData .idea/ Tests/Pods +Tests/Podfile.lock Tests/AFNetworking Tests.xcodeproj/xcshareddata/xcschemes/ diff --git a/Tests/Podfile.lock b/Tests/Podfile.lock deleted file mode 100644 index 8b3b896..0000000 --- a/Tests/Podfile.lock +++ /dev/null @@ -1,24 +0,0 @@ -PODS: - - AFHTTPRequestOperationLogger (0.10.0): - - AFNetworking (>= 0.9.0) - - AFNetworking (1.3.2) - - Expecta (0.2.1) - - OCMock (2.1.1) - -DEPENDENCIES: - - AFHTTPRequestOperationLogger (~> 0.10.0) - - AFNetworking (from `../`) - - Expecta (~> 0.2.1) - - OCMock (~> 2.1.1) - -EXTERNAL SOURCES: - AFNetworking: - :path: ../ - -SPEC CHECKSUMS: - AFHTTPRequestOperationLogger: 34ba125cb9eeb77a3b67aaaca105720ba3a0798c - AFNetworking: 91bb494e2bd884a93d60a7a3126bc65b873486b4 - Expecta: d46fb1bd78c90a83da0158b9b1e108de106e369f - OCMock: 79212e5e328378af5cfd6edb5feacfd6c49cd8a3 - -COCOAPODS: 0.22.2