Skip to content

Commit 5c91cf5

Browse files
committed
Public speck update
1 parent 943f8e8 commit 5c91cf5

1 file changed

Lines changed: 5 additions & 14 deletions

File tree

PublicCocoaPods/QMChatViewController.podspec

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,7 @@ Pod::Spec.new do |s|
3939
}
4040
s.source_files = "QMChatViewController/QMChatViewController.{h,m}"
4141

42-
s.subspec 'QMChatLocationSnapshotter' do |ss|
43-
ss.source_files = 'QMChatViewController/QMChatLocationSnapshotter/*.{h,m}'
44-
end
45-
4642
s.subspec 'Categories' do |ss|
47-
ss.dependency 'QMChatViewController/QMChatLocationSnapshotter'
4843
ss.source_files = 'QMChatViewController/Categories/*.{h,m}'
4944
end
5045

@@ -53,18 +48,14 @@ Pod::Spec.new do |s|
5348
ss.source_files = 'QMChatViewController/Utils/**/*.{h,m}'
5449
end
5550

56-
s.subspec 'ViewModels' do |ss|
57-
ss.dependency 'QMChatViewController/Categories'
58-
ss.source_files = 'QMChatViewController/ViewModels/**/*.{h,m}'
59-
end
60-
61-
s.subspec 'Sections' do |ss|
62-
ss.dependency 'QMChatViewController/QMChatDataSource'
63-
ss.source_files = 'QMChatViewController/QMChatSection/*.{h,m}'
51+
s.subspec 'QMChatLocationSnapshotter' do |ss|
52+
ss.dependency 'QMChatViewController/Utils'
53+
ss.source_files = 'QMChatViewController/QMChatLocationSnapshotter/*.{h,m}'
6454
end
6555

6656
s.subspec 'QMChatDataSource' do |ss|
67-
ss.source_files = 'QMChatViewController/QMChatDataSource/*.{h,m}'
57+
ss.dependency 'QMChatViewController/Utils'
58+
ss.source_files = 'QMChatViewController/QMChatDataSource/**/*.{h,m}'
6859
end
6960

7061
s.subspec 'Protocols' do |ss|

0 commit comments

Comments
 (0)