summaryrefslogtreecommitdiff
path: root/Podfile
diff options
context:
space:
mode:
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