diff options
author | Vitaly Takmazov | 2017-09-27 22:24:38 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-09-27 22:24:38 +0300 |
commit | 6499148cb3f62e20534b62c181125ebeacfa3438 (patch) | |
tree | 3aa289caa409366e70dd1802d67df61903fa992b /Podfile | |
parent | 25bc4f1357252dc0aeee70f0a638a4226231d5fb (diff) |
cleanup
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 |