# Uncomment this line to define a global platform for your project platform :ios, "9.0" target "Juick" do pod 'MWFeedParser' pod 'TTTAttributedLabel' pod 'SWRevealViewController' pod 'PDKeychainBindingsController' pod 'RestKit', '~> 0.26.0' pod 'YYWebImage' pod 'FontAwesome+iOS' pod 'NSDate+TimeAgo' pod 'SIAlertView' pod 'XLForm' end target "JuickTests" do end