Skip to content

Commit 02c165d

Browse files
committedAug 14, 2017
fixed sample chat swift
1 parent 867d71b commit 02c165d

File tree

220 files changed

+6925
-11044
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

220 files changed

+6925
-11044
lines changed
 

‎sample-chat-swift/Podfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ target 'sample-chat-swift' do
77
pod 'SVProgressHUD', '~> 1.1.3'
88

99
#Production pod
10-
pod 'QMCVDevelopment', :git => 'git@github.com:QuickBlox/QMChatViewController-ios.git', :commit => '463746b20b7c0964f51fc2f976fef42b0be186c5'
10+
pod 'QMCVDevelopment', :git => 'git@github.com:QuickBlox/QMChatViewController-ios.git', :commit => '4c77424951ec73d34eb11180f9fa12df2b30be64'
1111

1212
#For development pods
1313
#pod 'QMCVDevelopment', :path => '../../QMChatViewController-ios/'
1414

1515
#Production pod
16-
pod 'QMServicesDevelopment', :git => 'git@github.com:QuickBlox/q-municate-services-ios.git', :commit => 'a016c54ad2c8940021df5712e6d886d2f70f8648'
16+
pod 'QMServicesDevelopment', :git => 'git@github.com:QuickBlox/q-municate-services-ios.git', :commit => 'f9a02c19f38803778aeaa696e50ae1193f7cf82c'
1717

1818
#For development pods
1919
#pod 'QMServicesDevelopment', :path => '../../q-municate-services-ios/'

‎sample-chat-swift/Podfile.lock

+30-30
Original file line numberDiff line numberDiff line change
@@ -5,47 +5,47 @@ PODS:
55
- Bolts/AppLinks (1.8.4):
66
- Bolts/Tasks
77
- Bolts/Tasks (1.8.4)
8-
- Crashlytics (3.8.3):
8+
- Crashlytics (3.8.5):
99
- Fabric (~> 1.6.3)
10-
- Fabric (1.6.11)
11-
- QMCVDevelopment (0.4.1):
12-
- QMCVDevelopment/Categories (= 0.4.1)
13-
- QMCVDevelopment/Protocols (= 0.4.1)
14-
- QMCVDevelopment/QMChatDataSource (= 0.4.1)
15-
- QMCVDevelopment/QMChatLocationSnapshotter (= 0.4.1)
16-
- QMCVDevelopment/Sections (= 0.4.1)
17-
- QMCVDevelopment/Utils (= 0.4.1)
18-
- QMCVDevelopment/Views (= 0.4.1)
10+
- Fabric (1.6.12)
11+
- QMCVDevelopment (0.4.0.1):
12+
- QMCVDevelopment/Categories (= 0.4.0.1)
13+
- QMCVDevelopment/Protocols (= 0.4.0.1)
14+
- QMCVDevelopment/QMChatDataSource (= 0.4.0.1)
15+
- QMCVDevelopment/QMChatLocationSnapshotter (= 0.4.0.1)
16+
- QMCVDevelopment/Sections (= 0.4.0.1)
17+
- QMCVDevelopment/Utils (= 0.4.0.1)
18+
- QMCVDevelopment/Views (= 0.4.0.1)
1919
- SDWebImage (~> 3.6)
2020
- TTTAttributedLabel (> 1.13)
21-
- QMCVDevelopment/Categories (0.4.1):
21+
- QMCVDevelopment/Categories (0.4.0.1):
2222
- QMCVDevelopment/QMChatLocationSnapshotter
2323
- SDWebImage (~> 3.6)
2424
- TTTAttributedLabel (> 1.13)
25-
- QMCVDevelopment/Protocols (0.4.1):
25+
- QMCVDevelopment/Protocols (0.4.0.1):
2626
- SDWebImage (~> 3.6)
2727
- TTTAttributedLabel (> 1.13)
28-
- QMCVDevelopment/QMChatDataSource (0.4.1):
28+
- QMCVDevelopment/QMChatDataSource (0.4.0.1):
2929
- SDWebImage (~> 3.6)
3030
- TTTAttributedLabel (> 1.13)
31-
- QMCVDevelopment/QMChatLocationSnapshotter (0.4.1):
31+
- QMCVDevelopment/QMChatLocationSnapshotter (0.4.0.1):
3232
- SDWebImage (~> 3.6)
3333
- TTTAttributedLabel (> 1.13)
34-
- QMCVDevelopment/Sections (0.4.1):
34+
- QMCVDevelopment/Sections (0.4.0.1):
3535
- QMCVDevelopment/QMChatDataSource
3636
- SDWebImage (~> 3.6)
3737
- TTTAttributedLabel (> 1.13)
38-
- QMCVDevelopment/Utils (0.4.1):
38+
- QMCVDevelopment/Utils (0.4.0.1):
3939
- QMCVDevelopment/Categories
4040
- SDWebImage (~> 3.6)
4141
- TTTAttributedLabel (> 1.13)
42-
- QMCVDevelopment/Views (0.4.1):
42+
- QMCVDevelopment/Views (0.4.0.1):
4343
- QMCVDevelopment/Categories
4444
- QMCVDevelopment/Protocols
4545
- QMCVDevelopment/Utils
4646
- SDWebImage (~> 3.6)
4747
- TTTAttributedLabel (> 1.13)
48-
- QMServicesDevelopment (0.4.6):
48+
- QMServicesDevelopment (0.4.5):
4949
- Bolts (>= 1.5.0)
5050
- SDWebImage (3.8.2):
5151
- SDWebImage/Core (= 3.8.2)
@@ -57,38 +57,38 @@ PODS:
5757
DEPENDENCIES:
5858
- Crashlytics
5959
- Fabric
60-
- QMCVDevelopment (from `git@github.com:QuickBlox/QMChatViewController-ios.git`, commit `463746b20b7c0964f51fc2f976fef42b0be186c5`)
61-
- QMServicesDevelopment (from `git@github.com:QuickBlox/q-municate-services-ios.git`, commit `a016c54ad2c8940021df5712e6d886d2f70f8648`)
60+
- QMCVDevelopment (from `git@github.com:QuickBlox/QMChatViewController-ios.git`, commit `4c77424951ec73d34eb11180f9fa12df2b30be64`)
61+
- QMServicesDevelopment (from `git@github.com:QuickBlox/q-municate-services-ios.git`, commit `f9a02c19f38803778aeaa696e50ae1193f7cf82c`)
6262
- SearchEmojiOnString
6363
- SVProgressHUD (~> 1.1.3)
6464

6565
EXTERNAL SOURCES:
6666
QMCVDevelopment:
67-
:commit: 463746b20b7c0964f51fc2f976fef42b0be186c5
67+
:commit: 4c77424951ec73d34eb11180f9fa12df2b30be64
6868
:git: git@github.com:QuickBlox/QMChatViewController-ios.git
6969
QMServicesDevelopment:
70-
:commit: a016c54ad2c8940021df5712e6d886d2f70f8648
70+
:commit: f9a02c19f38803778aeaa696e50ae1193f7cf82c
7171
:git: git@github.com:QuickBlox/q-municate-services-ios.git
7272

7373
CHECKOUT OPTIONS:
7474
QMCVDevelopment:
75-
:commit: 463746b20b7c0964f51fc2f976fef42b0be186c5
75+
:commit: 4c77424951ec73d34eb11180f9fa12df2b30be64
7676
:git: git@github.com:QuickBlox/QMChatViewController-ios.git
7777
QMServicesDevelopment:
78-
:commit: a016c54ad2c8940021df5712e6d886d2f70f8648
78+
:commit: f9a02c19f38803778aeaa696e50ae1193f7cf82c
7979
:git: git@github.com:QuickBlox/q-municate-services-ios.git
8080

8181
SPEC CHECKSUMS:
8282
Bolts: 8a7995239dbe724f9cba2248b766d48b7ebdd322
83-
Crashlytics: 2b6dbe138a42395577cfa73dfa1aa7248cadf39e
84-
Fabric: 5911403591946b8228ab1c51d98f1d7137e863c6
85-
QMCVDevelopment: de89bd5257b8cb978dc302859a044063d271343c
86-
QMServicesDevelopment: b651fa8d2983470414b493d9590d7d5d430df947
83+
Crashlytics: dfbae35ef22ca189240d230ad501feea4ee85d2d
84+
Fabric: f050464eac45a2ce5a8e6e6a07e977c0df32fe28
85+
QMCVDevelopment: dd7ebb0f983014d35aa11ab8d5ddf231dd89f2c2
86+
QMServicesDevelopment: 8cb68aafe07046e9d36f74fd04b5e5aa1642b182
8787
SDWebImage: 098e97e6176540799c27e804c96653ee0833d13c
8888
SearchEmojiOnString: 7344970449603396555d058a0dc297b5471bafa7
8989
SVProgressHUD: 748080e4f36e603f6c02aec292664239df5279c1
9090
TTTAttributedLabel: 8cffe8e127e4e82ff3af1e5386d4cd0ad000b656
9191

92-
PODFILE CHECKSUM: 753077839b04c9ae86a9db8516925d8c7dbc2981
92+
PODFILE CHECKSUM: 17e90188882a0e2bd83a60e8c2b206c5de081b67
9393

94-
COCOAPODS: 1.2.0.beta.3
94+
COCOAPODS: 1.2.1

0 commit comments

Comments
 (0)
Please sign in to comment.