Skip to content

Commit

Permalink
Revert "Drop Podfile.lock from Git so that we don't have to deal with…
Browse files Browse the repository at this point in the history
… updating it as revisions change"

This reverts commit 56625c4.
  • Loading branch information
mattt committed Aug 11, 2013
1 parent 786b1ef commit ac330c8
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ profile
DerivedData
.idea/
Tests/Pods
Tests/Podfile.lock
Tests/AFNetworking Tests.xcodeproj/xcshareddata/xcschemes/
24 changes: 24 additions & 0 deletions Tests/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
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

0 comments on commit ac330c8

Please sign in to comment.