summaryrefslogtreecommitdiff
path: root/Podfile
diff options
context:
space:
mode:
Diffstat (limited to 'Podfile')
-rw-r--r--Podfile24
1 files changed, 12 insertions, 12 deletions
diff --git a/Podfile b/Podfile
index bdaa121..14ac0e8 100644
--- a/Podfile
+++ b/Podfile
@@ -2,20 +2,20 @@
platform :ios, "9.0"
target "Juick" do
-pod 'MWFeedParser'
-pod 'TTTAttributedLabel'
-pod 'SWRevealViewController'
-pod 'PDKeychainBindingsController'
-pod 'RestKit', '~> 0.26.0'
-pod 'SDWebImage'
-pod 'FontAwesome+iOS'
-pod 'NSDate+TimeAgo'
-pod 'SVPullToRefresh'
-pod 'SIAlertView'
-pod 'XLForm'
+ pod 'UIScrollView-InfiniteScroll'
+ pod 'MWFeedParser'
+ pod 'TTTAttributedLabel'
+ pod 'SWRevealViewController'
+ pod 'PDKeychainBindingsController'
+ pod 'RestKit', '~> 0.26.0'
+ pod 'SDWebImage'
+ pod 'FontAwesome+iOS'
+ pod 'NSDate+TimeAgo'
+ pod 'SIAlertView'
+ pod 'XLForm'
end
target "JuickTests" do
-
+
end