@@ -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 |
0 commit comments