From 6499148cb3f62e20534b62c181125ebeacfa3438 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 27 Sep 2017 22:24:38 +0300 Subject: cleanup --- Podfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Podfile') diff --git a/Podfile b/Podfile index 6e76662..9aaabbc 100644 --- a/Podfile +++ b/Podfile @@ -1,11 +1,11 @@ # Uncomment this line to define a global platform for your project platform :ios, "9.3" +use_frameworks! target "Juick" do pod 'AFNetworking' pod 'MWFeedParser' pod 'TTTAttributedLabel' - pod 'SWRevealViewController' pod 'PDKeychainBindingsController' pod 'YYModel' pod 'YYWebImage' @@ -14,5 +14,6 @@ target "Juick" do pod 'SIAlertView' pod 'XLForm' pod 'PHFComposeBarView' + pod 'TagListView-ObjC' end -- cgit v1.2.3