Skip to content

Commit cd33bd4

Browse files
author
Vitaliy G
committed
Merge remote-tracking branch 'origin/master' into development
2 parents e9ce97e + 57fc37f commit cd33bd4

21 files changed

Lines changed: 44 additions & 387 deletions

File tree

PublicCocoaPods/QMChatViewController.podspec

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
Pod::Spec.new do |s|
1212

1313
s.name = "QMChatViewController"
14-
s.version = "0.4.1.1"
14+
s.version = "0.5"
1515
s.summary = "An elegant ready-to-go chat view controller for iOS chat applications that use Quickblox communication backend."
1616

1717
s.description = <<-DESC
@@ -32,27 +32,23 @@ Pod::Spec.new do |s|
3232
s.source = { :git => "https://github.com/QuickBlox/QMChatViewController-ios.git", :tag => "#{s.version}" }
3333
s.source_files = "QMChatViewController/QMChatViewController.{h,m}"
3434

35-
s.subspec 'QMChatLocationSnapshotter' do |ss|
36-
ss.source_files = 'QMChatViewController/QMChatLocationSnapshotter/*.{h,m}'
37-
end
38-
3935
s.subspec 'Categories' do |ss|
40-
ss.dependency 'QMChatViewController/QMChatLocationSnapshotter'
4136
ss.source_files = 'QMChatViewController/Categories/*.{h,m}'
4237
end
4338

4439
s.subspec 'Utils' do |ss|
45-
ss.dependency 'QMChatViewController/Categories'
46-
ss.source_files = 'QMChatViewController/Utils/**/*.{h,m}'
40+
ss.dependency 'QMChatViewController/Categories'
41+
ss.source_files = 'QMChatViewController/Utils/**/*.{h,m}'
4742
end
4843

49-
s.subspec 'Sections' do |ss|
50-
ss.dependency 'QMChatViewController/QMChatDataSource'
51-
ss.source_files = 'QMChatViewController/QMChatSection/*.{h,m}'
44+
s.subspec 'QMChatLocationSnapshotter' do |ss|
45+
ss.dependency 'QMChatViewController/Utils'
46+
ss.source_files = 'QMChatViewController/QMChatLocationSnapshotter/*.{h,m}'
5247
end
5348

5449
s.subspec 'QMChatDataSource' do |ss|
55-
ss.source_files = 'QMChatViewController/QMChatDataSource/*.{h,m}'
50+
ss.dependency 'QMChatViewController/Utils'
51+
ss.source_files = 'QMChatViewController/QMChatDataSource/**/*.{h,m}'
5652
end
5753

5854
s.subspec 'Protocols' do |ss|
@@ -71,8 +67,9 @@ Pod::Spec.new do |s|
7167
s.requires_arc = true
7268
s.xcconfig = { "FRAMEWORK_SEARCH_PATHS" => "$(PODS_ROOT)/QuickBlox/" }
7369
s.prefix_header_contents = '#import <Quickblox/Quickblox.h>'
74-
s.dependency "QuickBlox", ">= 2.0"
70+
s.dependency "QuickBlox", ">= 2.10"
7571
s.dependency "TTTAttributedLabel", "> 1.13"
76-
s.dependency "SDWebImage", "~> 3.8.2"
72+
s.dependency "SDWebImage", "~> 4.0.0"
73+
s.dependency "FFCircularProgressView"
7774

7875
end

QMCVDevelopment.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Pod::Spec.new do |s|
1010

1111
s.name = "QMCVDevelopment"
12-
s.version = "0.4.1.1"
12+
s.version = "0.5"
1313
s.summary = "An elegant ready-to-go chat view controller for iOS chat applications that use Quickblox communication backend."
1414

1515
s.description = <<-DESC

QMChatViewController/Categories/UIImageView+QMLocationSnapshot.h renamed to QMChatViewController/QMChatLocationSnapshotter/UIImageView+QMLocationSnapshot.h

File renamed without changes.

QMChatViewController/Categories/UIImageView+QMLocationSnapshot.m renamed to QMChatViewController/QMChatLocationSnapshotter/UIImageView+QMLocationSnapshot.m

File renamed without changes.

QMChatViewController/QMChatSection/QMChatSection.h

Lines changed: 0 additions & 68 deletions
This file was deleted.

QMChatViewController/QMChatSection/QMChatSection.m

Lines changed: 0 additions & 98 deletions
This file was deleted.

QMChatViewController/QMChatViewController.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
#import "QMChatBaseLinkPreviewCell.h"
3838
#import "QMChatIncomingLinkPreviewCell.h"
3939
#import "QMChatOutgoingLinkPreviewCell.h"
40-
#import "QMLinkPreviewChatModel.h"
4140

4241
@interface QMChatViewController : UIViewController <QMChatCollectionViewDataSource, QMChatCollectionViewDelegateFlowLayout, UITextViewDelegate>
4342

QMChatViewController/QMChatViewController.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
#import "QMChatViewController.h"
1010
#import "QMChatCollectionView.h"
1111
#import "QMChatCollectionViewFlowLayout.h"
12-
#import "QMChatSection.h"
1312
#import "QMDateUtils.h"
1413
#import "QMChatResources.h"
1514
#import "NSString+QM.h"
@@ -80,7 +79,6 @@ - (void)viewDidLoad {
8079

8180
[super viewDidLoad];
8281

83-
8482
[self configureMessagesViewController];
8583

8684
self.automaticallyAdjustsScrollViewInsets = NO;

QMChatViewController/ViewModels/QMChatAttachmentModel.h

Lines changed: 0 additions & 21 deletions
This file was deleted.

QMChatViewController/ViewModels/QMChatAttachmentModel.m

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)