From a74588083c4950e9237dff7a84ccdd129b72c950 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Mon, 22 Aug 2016 00:44:28 +0300 Subject: RestKit -> YYModel --- Podfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Podfile') diff --git a/Podfile b/Podfile index eb20b2c..f33fa1c 100644 --- a/Podfile +++ b/Podfile @@ -2,11 +2,12 @@ platform :ios, "9.0" target "Juick" do + pod 'AFNetworking' pod 'MWFeedParser' pod 'TTTAttributedLabel' pod 'SWRevealViewController' pod 'PDKeychainBindingsController' - pod 'RestKit', '~> 0.26.0' + pod 'YYModel' pod 'YYWebImage' pod 'FontAwesome+iOS' pod 'NSDate+TimeAgo' -- cgit v1.2.3