Skip to content

Commit 350faaa

Browse files
committed
pod update
1 parent 93b72f6 commit 350faaa

3 files changed

Lines changed: 25 additions & 33 deletions

File tree

ChatExample/ChatExample.xcodeproj/project.pbxproj

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@
114114
FB9EA92120614E2300E3FF45 /* Frameworks */,
115115
FB9EA92220614E2300E3FF45 /* Resources */,
116116
05722DD3DB52B8CFCABAFD2A /* [CP] Embed Pods Frameworks */,
117-
6479E7C34861AE1D4BDE6BB6 /* [CP] Copy Pods Resources */,
118117
);
119118
buildRules = (
120119
);
@@ -200,21 +199,6 @@
200199
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ChatExample/Pods-ChatExample-frameworks.sh\"\n";
201200
showEnvVarsInLog = 0;
202201
};
203-
6479E7C34861AE1D4BDE6BB6 /* [CP] Copy Pods Resources */ = {
204-
isa = PBXShellScriptBuildPhase;
205-
buildActionMask = 2147483647;
206-
files = (
207-
);
208-
inputPaths = (
209-
);
210-
name = "[CP] Copy Pods Resources";
211-
outputPaths = (
212-
);
213-
runOnlyForDeploymentPostprocessing = 0;
214-
shellPath = /bin/sh;
215-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ChatExample/Pods-ChatExample-resources.sh\"\n";
216-
showEnvVarsInLog = 0;
217-
};
218202
9506524FBE49C86F939CFE22 /* [CP] Check Pods Manifest.lock */ = {
219203
isa = PBXShellScriptBuildPhase;
220204
buildActionMask = 2147483647;

ChatExample/ChatExample/CustomCell/CustomCell.xib

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13771" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14109" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
33
<device id="retina4_7" orientation="portrait">
44
<adaptation id="fullscreen"/>
55
</device>
66
<dependencies>
77
<deployment version="2048" identifier="iOS"/>
8-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13772"/>
8+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14088"/>
99
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
1010
</dependencies>
1111
<objects>

ChatExample/Podfile.lock

Lines changed: 23 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,45 @@
11
PODS:
22
- FFCircularProgressView (0.5)
3-
- QMChatViewController (0.6.2):
3+
- QMChatViewController (0.6.4):
44
- FFCircularProgressView
5-
- QMChatViewController/Categories (= 0.6.2)
6-
- QMChatViewController/Protocols (= 0.6.2)
7-
- QMChatViewController/QMChatDataSource (= 0.6.2)
8-
- QMChatViewController/QMChatLocationSnapshotter (= 0.6.2)
9-
- QMChatViewController/Utils (= 0.6.2)
10-
- QMChatViewController/Views (= 0.6.2)
5+
- QMChatViewController/Categories (= 0.6.4)
6+
- QMChatViewController/Protocols (= 0.6.4)
7+
- QMChatViewController/QMChatDataSource (= 0.6.4)
8+
- QMChatViewController/QMChatLocationSnapshotter (= 0.6.4)
9+
- QMChatViewController/Utils (= 0.6.4)
10+
- QMChatViewController/Views (= 0.6.4)
1111
- QuickBlox
1212
- SDWebImage
1313
- TTTAttributedLabel
14-
- QMChatViewController/Categories (0.6.2):
14+
- QMChatViewController/Categories (0.6.4):
1515
- FFCircularProgressView
1616
- QuickBlox
1717
- SDWebImage
1818
- TTTAttributedLabel
19-
- QMChatViewController/Protocols (0.6.2):
19+
- QMChatViewController/Protocols (0.6.4):
2020
- FFCircularProgressView
2121
- QuickBlox
2222
- SDWebImage
2323
- TTTAttributedLabel
24-
- QMChatViewController/QMChatDataSource (0.6.2):
24+
- QMChatViewController/QMChatDataSource (0.6.4):
2525
- FFCircularProgressView
2626
- QMChatViewController/Utils
2727
- QuickBlox
2828
- SDWebImage
2929
- TTTAttributedLabel
30-
- QMChatViewController/QMChatLocationSnapshotter (0.6.2):
30+
- QMChatViewController/QMChatLocationSnapshotter (0.6.4):
3131
- FFCircularProgressView
3232
- QMChatViewController/Utils
3333
- QuickBlox
3434
- SDWebImage
3535
- TTTAttributedLabel
36-
- QMChatViewController/Utils (0.6.2):
36+
- QMChatViewController/Utils (0.6.4):
3737
- FFCircularProgressView
3838
- QMChatViewController/Categories
3939
- QuickBlox
4040
- SDWebImage
4141
- TTTAttributedLabel
42-
- QMChatViewController/Views (0.6.2):
42+
- QMChatViewController/Views (0.6.4):
4343
- FFCircularProgressView
4444
- QMChatViewController/Categories
4545
- QMChatViewController/Protocols
@@ -56,13 +56,21 @@ PODS:
5656
DEPENDENCIES:
5757
- QMChatViewController
5858

59+
SPEC REPOS:
60+
https://github.com/CocoaPods/Specs.git:
61+
- FFCircularProgressView
62+
- QMChatViewController
63+
- QuickBlox
64+
- SDWebImage
65+
- TTTAttributedLabel
66+
5967
SPEC CHECKSUMS:
6068
FFCircularProgressView: 683a4ab1e1bd613246a3dffa61503ffdebcde8d8
61-
QMChatViewController: 093d3ad9aa08ecf07e115647207ddab4356eb996
69+
QMChatViewController: 62bc934e631889a3f568f027813c0804e2109ffc
6270
QuickBlox: fc3ab36e290d703573fdfa8e3066eade722460f0
6371
SDWebImage: de4d90b5bff3571eae7bd16202b1f43135409fa5
6472
TTTAttributedLabel: 8cffe8e127e4e82ff3af1e5386d4cd0ad000b656
6573

6674
PODFILE CHECKSUM: 6c5d5d6961bca255ad2eb4972a6d8538668a888d
6775

68-
COCOAPODS: 1.4.0
76+
COCOAPODS: 1.5.0

0 commit comments

Comments
 (0)