diff options
Diffstat (limited to 'Podfile')
-rw-r--r-- | Podfile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -2,13 +2,12 @@ platform :ios, "9.0" target "Juick" do - pod 'UIScrollView-InfiniteScroll' pod 'MWFeedParser' pod 'TTTAttributedLabel' pod 'SWRevealViewController' pod 'PDKeychainBindingsController' pod 'RestKit', '~> 0.26.0' - pod 'SDWebImage' + pod 'DFImageManager' pod 'FontAwesome+iOS' pod 'NSDate+TimeAgo' pod 'SIAlertView' |