Skip to content

Commit

Permalink
added Pods dir to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Johnson authored and Andrew Johnson committed Aug 3, 2013
1 parent bc3c2f7 commit fd8a3ff
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Pods
.DS_Store
# Xcode
build/*
Expand Down
5 changes: 5 additions & 0 deletions Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
platform :ios, '5.0'
pod 'JSONKit', '~> 1.5pre'
pod 'Reachability', '~> 3.1.0'
pod 'MapBox'
pod 'ASIHTTPRequest'
45 changes: 45 additions & 0 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
PODS:
- ASIHTTPRequest (1.8.1):
- ASIHTTPRequest/ASIWebPageRequest
- ASIHTTPRequest/CloudFiles
- ASIHTTPRequest/S3
- Reachability
- ASIHTTPRequest/ASIWebPageRequest (1.8.1):
- Reachability
- ASIHTTPRequest/CloudFiles (1.8.1):
- Reachability
- ASIHTTPRequest/S3 (1.8.1):
- Reachability
- FMDB (2.0):
- FMDB/standard
- FMDB/common (2.0)
- FMDB/standard (2.0):
- FMDB/common
- GRMustache (5.4.3):
- JRSwizzle (~> 1.0)
- JRSwizzle (1.0)
- JSONKit (1.5pre)
- MapBox (1.0.3):
- FMDB (= 2.0)
- GRMustache (= 5.4.3)
- SMCalloutView (= 1.1)
- Reachability (3.1.1)
- SMCalloutView (1.1)

DEPENDENCIES:
- ASIHTTPRequest
- JSONKit (~> 1.5pre)
- MapBox
- Reachability (~> 3.1.0)

SPEC CHECKSUMS:
ASIHTTPRequest: a411b8d0f006ed8fc24248be6a0c4ad2abc9b101
FMDB: 30a7cbcdbd354f5ee1ba081a8773fd9130c43b48
GRMustache: f97f90a320c36896b08ca2624003e4ab8da7cfb1
JRSwizzle: 6242ff38485d870fc2636899048ee1ab883ae587
JSONKit: 409734ab3407fce90ef7eaa95d7168f38d9a6601
MapBox: 8648417af23ee342c40b2ad9b2366c1c512b660b
Reachability: 2be6bc2fd2bd31d97f5db33e75e4b29c79e95883
SMCalloutView: 1c7d62044508a8d405c25495c380b17c613f769e

COCOAPODS: 0.22.3

0 comments on commit fd8a3ff

Please sign in to comment.