summaryrefslogtreecommitdiff
path: root/Podfile
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2013-11-07 14:06:59 +0400
committerGravatar Vitaly Takmazov2013-11-07 14:06:59 +0400
commit508ba6b17f37e60af73fe5e5168b3d0b88ddd085 (patch)
treed4f8f269b95bf7232d09521c02e7920b238a9835 /Podfile
parentff23c4eb5d382d25c2e4779e0ea8f4b724651105 (diff)
using RestKit
Diffstat (limited to 'Podfile')
-rw-r--r--Podfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Podfile b/Podfile
index f254f2d..a089837 100644
--- a/Podfile
+++ b/Podfile
@@ -6,6 +6,8 @@ pod 'MWFeedParser'
pod 'TTTAttributedLabel'
pod 'Masonry'
pod 'SWRevealViewController'
+pod 'PDKeychainBindingsController'
+pod 'RestKit'
end
target "JuickTests" do