From 33cff33dcf6d48211c343245a1d93f5c8f4d408e Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 28 Jun 2017 21:53:26 +0300 Subject: fix build --- Juick/ViewControllers/MessagesViewController.m | 1 + Podfile | 2 +- Podfile.lock | 8 ++++---- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Juick/ViewControllers/MessagesViewController.m b/Juick/ViewControllers/MessagesViewController.m index 3e6b7c5..33c23e4 100644 --- a/Juick/ViewControllers/MessagesViewController.m +++ b/Juick/ViewControllers/MessagesViewController.m @@ -6,6 +6,7 @@ // Copyright (c) 2013 com.juick. All rights reserved. // +#import "SWRevealViewController/SWRevealViewController.h" #import "MessagesViewController.h" #import "MessageCell.h" diff --git a/Podfile b/Podfile index 180e8db..ba52477 100644 --- a/Podfile +++ b/Podfile @@ -11,7 +11,7 @@ target "Juick" do pod 'YYModel' pod 'YYWebImage' pod 'FontAwesome+iOS' - pod 'NSDate+TimeAgo' + pod 'DateTools' pod 'SIAlertView' pod 'XLForm' end diff --git a/Podfile.lock b/Podfile.lock index b601d6b..1d59234 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -14,6 +14,7 @@ PODS: - AFNetworking/Serialization (3.1.0) - AFNetworking/UIKit (3.1.0): - AFNetworking/NSURLSession + - DateTools (2.0.0) - FontAwesome+iOS (0.1.4) - MWFeedParser (1.0.1): - MWFeedParser/FeedParser (= 1.0.1) @@ -24,7 +25,6 @@ PODS: - MWFeedParser/NSString+HTML - MWFeedParser/NSDate+InternetDateTime (1.0.1) - MWFeedParser/NSString+HTML (1.0.1) - - NSDate+TimeAgo (1.0.6) - PDKeychainBindingsController (0.0.1) - SIAlertView (1.3) - SWRevealViewController (2.3.0) @@ -41,9 +41,9 @@ PODS: DEPENDENCIES: - AFNetworking + - DateTools - FontAwesome+iOS - MWFeedParser - - NSDate+TimeAgo - PDKeychainBindingsController - SIAlertView - SWRevealViewController @@ -54,9 +54,9 @@ DEPENDENCIES: SPEC CHECKSUMS: AFNetworking: 5e0e199f73d8626b11e79750991f5d173d1f8b67 + DateTools: 933ac9c490f21f92127cf690ccd8c397e0126caf FontAwesome+iOS: 9070b682a9255ca0fdc34bcfb129ad0ba2b73b87 MWFeedParser: 2cf646014c1baf6ad1b08c480b40a08180079247 - NSDate+TimeAgo: 35601c619b2d59290055e4fe76e61d97677a2360 PDKeychainBindingsController: fa8cb3cf99f2ea9240d61066ed0549f34e2cec3c SIAlertView: 20c794b55eaf44d888773ea51647cf8907723919 SWRevealViewController: 6d3fd97f70112fd7cef9de14df4260eacce4c63a @@ -67,6 +67,6 @@ SPEC CHECKSUMS: YYModel: 2a7fdd96aaa4b86a824e26d0c517de8928c04b30 YYWebImage: 5f7f36aee2ae293f016d418c7d6ba05c4863e928 -PODFILE CHECKSUM: 7cbf806e57f5a8e8ffb5d8843e12b16815a0a1a1 +PODFILE CHECKSUM: b0a0becb59ed7d8eeaa3f0ece069168d42e22f72 COCOAPODS: 1.2.1 -- cgit v1.2.3