8
8
9
9
Pod ::Spec . new do |s |
10
10
11
- s . name = "QMCVDevelopment "
11
+ s . name = "QMChatViewController "
12
12
s . version = "0.6"
13
13
s . summary = "An elegant ready-to-go chat view controller for iOS chat applications that use Quickblox communication backend."
14
14
15
15
s . description = <<-DESC
16
- * Ready-to-go chat view controller with a set of cells.
17
- * Automatic cell size calculation.
18
- * UI customisation for chat cells.
19
- * Flexibility in improving and extending functionality.
20
- * Easy to connect with Quickblox.
21
- * Optimised and performant.
22
- * Supports portrait and landscape orientations.
23
- * Auto Layout inside.
24
- DESC
16
+ * Ready-to-go chat view controller with a set of cells.
17
+ * Automatic cell size calculation.
18
+ * UI customisation for chat cells.
19
+ * Flexibility in improving and extending functionality.
20
+ * Easy to connect with Quickblox.
21
+ * Optimised and performant.
22
+ * Supports portrait and landscape orientations.
23
+ * Auto Layout inside.
24
+ DESC
25
25
26
26
s . homepage = "https://github.com/QuickBlox/QMChatViewController-ios"
27
27
s . license = { :type => "BSD" , :file => "LICENSE" }
@@ -35,23 +35,23 @@ Pod::Spec.new do |s|
35
35
end
36
36
37
37
s . subspec 'Categories' do |ss |
38
- ss . dependency 'QMCVDevelopment /QMChatLocationSnapshotter'
38
+ ss . dependency 'QMChatViewController /QMChatLocationSnapshotter'
39
39
ss . source_files = 'QMChatViewController/Categories/*.{h,m}'
40
40
end
41
41
42
42
s . subspec 'Utils' do |ss |
43
- ss . dependency 'QMCVDevelopment /Categories'
43
+ ss . dependency 'QMChatViewController /Categories'
44
44
ss . source_files = 'QMChatViewController/Utils/**/*.{h,m}'
45
45
end
46
46
47
47
s . subspec 'ViewModels' do |ss |
48
48
49
- ss . dependency 'QMCVDevelopment /Categories'
49
+ ss . dependency 'QMChatViewController /Categories'
50
50
ss . source_files = 'QMChatViewController/ViewModels/**/*.{h,m}'
51
51
end
52
52
53
53
s . subspec 'Sections' do |ss |
54
- ss . dependency 'QMCVDevelopment /QMChatDataSource'
54
+ ss . dependency 'QMChatViewController /QMChatDataSource'
55
55
ss . source_files = 'QMChatViewController/QMChatSection/*.{h,m}'
56
56
end
57
57
@@ -64,9 +64,9 @@ Pod::Spec.new do |s|
64
64
end
65
65
66
66
s . subspec 'Views' do |ss |
67
- ss . dependency 'QMCVDevelopment /Categories'
68
- ss . dependency 'QMCVDevelopment /Protocols'
69
- ss . dependency 'QMCVDevelopment /Utils'
67
+ ss . dependency 'QMChatViewController /Categories'
68
+ ss . dependency 'QMChatViewController /Protocols'
69
+ ss . dependency 'QMChatViewController /Utils'
70
70
ss . source_files = 'QMChatViewController/Views/**/*.{h,m}'
71
71
end
72
72
0 commit comments