From 2fe8795fbfba14d8a02bc5ab897121c91320889d Mon Sep 17 00:00:00 2001 From: jimneylee Date: Sat, 10 May 2014 19:49:05 +0800 Subject: [PATCH] use latest nimbus1.2.0 and afnetworking2.2.3 lib --- Podfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Podfile b/Podfile index 3f73374..da7e59b 100644 --- a/Podfile +++ b/Podfile @@ -1,6 +1,6 @@ platform :ios,'6.0' -pod 'Nimbus', '~> 1.0.0' -pod 'AFNetworking', '~> 1.3.3' +pod 'Nimbus', '~> 1.2.0' +pod 'AFNetworking', '~> 2.2.3' pod 'MBProgressHUD' pod 'MTStatusBarOverlay' pod 'SSKeychain' @@ -9,4 +9,4 @@ pod 'SDSegmentedControl' pod 'NSStringEmojize' pod 'LTUpdate', '~> 0.0.2' pod 'RTagCloudView' -pod 'NSAttributedStringMarkdownParser', '~> 0.0.1' \ No newline at end of file +pod 'NSAttributedStringMarkdownParser', '~> 0.0.1'