Skip to content

Instantly share code, notes, and snippets.

@clayallsopp
Created November 4, 2012 01:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clayallsopp/4009693 to your computer and use it in GitHub Desktop.
Save clayallsopp/4009693 to your computer and use it in GitHub Desktop.
app.pods do
p "app.pods 1"
pod 'SVProgressHUD'
pod 'ISO8601DateFormatter'
end
app.pods do
p "app.pods 2"
pod 'GroundControl'
end
PODS:
- ISO8601DateFormatter (0.6)
- SVProgressHUD (0.8)
DEPENDENCIES:
- GroundControl
- ISO8601DateFormatter
- SVProgressHUD
SPEC CHECKSUMS:
ISO8601DateFormatter: dc05a2481edf49668d85d3ff8c466c32eb544780
SVProgressHUD: 51042a14e3a716efdbdd73cbb2181fb23ee94389
COCOAPODS: 0.15.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment