diff options
author | Vitaly Takmazov | 2017-06-28 21:53:26 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-06-28 21:53:26 +0300 |
commit | 33cff33dcf6d48211c343245a1d93f5c8f4d408e (patch) | |
tree | 65383a86b0b8f96b16ed9a34031c9658297c321e /Podfile | |
parent | 243a5df4c6605349f227996a853bf7e0e84c5ac7 (diff) |
fix build
Diffstat (limited to 'Podfile')
-rw-r--r-- | Podfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ target "Juick" do pod 'YYModel' pod 'YYWebImage' pod 'FontAwesome+iOS' - pod 'NSDate+TimeAgo' + pod 'DateTools' pod 'SIAlertView' pod 'XLForm' end |