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