# Uncomment this line to define a global platform for your project platform :ios, "6.0" target "Juick" do pod 'MWFeedParser' pod 'TTTAttributedLabel' pod 'Masonry' pod 'SWRevealViewController' pod 'PDKeychainBindingsController' pod 'RestKit' pod 'SDWebImage' pod 'FontAwesome+iOS' pod 'NSDate+TimeAgo' pod 'JVFloatLabeledTextField' pod 'SVPullToRefresh' pod 'SIAlertView' end target "JuickTests" do end