Last active
January 2, 2016 12:59
-
-
Save iggym/8307528 to your computer and use it in GitHub Desktop.
List of some useful Pods
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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