Skip to content

Instantly share code, notes, and snippets.

@iggym
Last active January 2, 2016 12:59
Show Gist options
  • Save iggym/8307528 to your computer and use it in GitHub Desktop.
Save iggym/8307528 to your computer and use it in GitHub Desktop.
List of some useful Pods
#useful pods
pod 'AFNetworking', '~> 2.0.3’
pod 'CTFeedback', '~> 1.0.4’ #wrapper around your standard mail feedback writer.
pod 'FastImageCache', '~> 1.2’
pod 'JPNG', '~> 1.2’
pod 'MRProgress', '~> 0.2.2’
pod 'RMStore', '~> 0.4.2’
pod 'TDBadgedCell', '~> 2.4.1’
pod 'TWSReleaseNotesView', '~> 1.2.0’
pod 'UAAppReviewManager', '~> 0.2.0’
pod 'WYPopoverController', '~> 0.1.7'
# see http://www.alexcurylo.com/blog/2013/12/07/pods-in-poses-pro-2/
Some useful pod commands:
pod search
pod list
pod list new
see http://guides.cocoapods.org/terminal/commands.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment