summaryrefslogtreecommitdiff
path: root/Podfile
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2017-09-27 22:24:38 +0300
committerGravatar Vitaly Takmazov2017-09-27 22:24:38 +0300
commit6499148cb3f62e20534b62c181125ebeacfa3438 (patch)
tree3aa289caa409366e70dd1802d67df61903fa992b /Podfile
parent25bc4f1357252dc0aeee70f0a638a4226231d5fb (diff)
cleanup
Diffstat (limited to 'Podfile')
-rw-r--r--Podfile3
1 files changed, 2 insertions, 1 deletions
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