diff options
author | Vitaly Takmazov | 2016-08-22 00:44:28 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2016-08-22 00:44:28 +0300 |
commit | a74588083c4950e9237dff7a84ccdd129b72c950 (patch) | |
tree | e2ac66b8b3028fe09d6046a1ae4c80bcf2f85e14 /Podfile | |
parent | 392e98ba3c4b3e4a01bf475794d23c26e20d654a (diff) |
RestKit -> YYModel
Diffstat (limited to 'Podfile')
-rw-r--r-- | Podfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,11 +2,12 @@ platform :ios, "9.0" target "Juick" do + pod 'AFNetworking' pod 'MWFeedParser' pod 'TTTAttributedLabel' pod 'SWRevealViewController' pod 'PDKeychainBindingsController' - pod 'RestKit', '~> 0.26.0' + pod 'YYModel' pod 'YYWebImage' pod 'FontAwesome+iOS' pod 'NSDate+TimeAgo' |