Skip to content

Instantly share code, notes, and snippets.

@sdgandhi
Last active August 29, 2015 14:14
Show Gist options
  • Save sdgandhi/99fe0cd118988bfedc25 to your computer and use it in GitHub Desktop.
Save sdgandhi/99fe0cd118988bfedc25 to your computer and use it in GitHub Desktop.
Essential pods
# Common
pod 'BlocksKit'
pod 'UIViewController+BlockSegue'
pod 'RKDropdownAlert'
pod 'UIAlertController+Blocks'
pod 'RFKeyboardToolbar'
pod 'SDWebImage'
pod 'TOWebViewController'
pod 'DZNEmptyDataSet'
# Audio streaming
pod 'StreamingKit'
# UILabel
pod 'TOMSMorphingLabel'
pod 'MarqueeLabel'
# Helpers
pod 'NSDate+Calendar'
pod 'NSDate+Helper'
# Tutorials
pod 'Surfboard', :git => 'https://github.com/sdgandhi/Surfboard.git'
pod 'AMPopTip'
# Animation
pod 'POP+MCAnimate'
# Async
pod 'PromiseKit'
pod 'ReactiveCocoa'
pod 'IIIAsync'
# HUDs
pod 'JGProgressHUD'
pod 'KVNProgress'
# For consuming rest APIs
pod 'Overcoat'
pod 'Mantle'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment