diff options
author | Vitaly Takmazov | 2016-08-14 04:06:34 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2016-08-14 04:06:34 +0300 |
commit | 24214562b017cd45edc04c39daa343c57de16aaa (patch) | |
tree | 434898b690874485fa6a8ad3d8f75077a040a1a1 /Podfile | |
parent | 561df6a1c494bf820c0ed7e3a5b448efd41003f2 (diff) |
new infinite scroll
Diffstat (limited to 'Podfile')
-rw-r--r-- | Podfile | 24 |
1 files changed, 12 insertions, 12 deletions
@@ -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 |