1111Pod ::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
7875end
0 commit comments