summaryrefslogtreecommitdiff
path: root/Podfile
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2016-08-14 02:40:23 +0300
committerGravatar Vitaly Takmazov2016-08-14 02:40:23 +0300
commit934f816c2e0851ea7faf7c7e5c4a84779a4accfe (patch)
tree445687177e2c9e60780ce0501cca8d75d4d31640 /Podfile
parent8a79dcc214d525d1a59ee95173583976cd774287 (diff)
downgrade restkit
Diffstat (limited to 'Podfile')
-rw-r--r--Podfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Podfile b/Podfile
index 54b2939..00809b7 100644
--- a/Podfile
+++ b/Podfile
@@ -6,7 +6,7 @@ pod 'MWFeedParser'
pod 'TTTAttributedLabel'
pod 'SWRevealViewController'
pod 'PDKeychainBindingsController'
-pod 'RestKit'
+pod 'RestKit', '~> 0.26.0'
pod 'SDWebImage'
pod 'FontAwesome+iOS'
pod 'NSDate+TimeAgo'