diff options
Diffstat (limited to 'Podfile')
-rw-r--r-- | Podfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |