Skip to content
This repository was archived by the owner on Jul 2, 2019. It is now read-only.

Commit ac2f3a4

Browse files
authored
Merge pull request #415 from zapcannon87/master
Release v2.3.9
2 parents b61a2f9 + b06a9cf commit ac2f3a4

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

ChatKit-OC/Podfile.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
PODS:
2-
- AVOSCloud (11.4.7)
3-
- AVOSCloudIM (11.4.7):
4-
- AVOSCloud (= 11.4.7)
5-
- AVOSCloudIM/_ARC (= 11.4.7)
6-
- AVOSCloudIM/_NOARC (= 11.4.7)
7-
- AVOSCloudIM/_ARC (11.4.7):
8-
- AVOSCloud (= 11.4.7)
9-
- AVOSCloudIM/_NOARC (= 11.4.7)
10-
- AVOSCloudIM/_NOARC (11.4.7):
11-
- AVOSCloud (= 11.4.7)
12-
- ChatKit (2.3.8):
13-
- AVOSCloud (~> 11.4.7)
14-
- AVOSCloudIM (~> 11.4.7)
2+
- AVOSCloud (11.4.8)
3+
- AVOSCloudIM (11.4.8):
4+
- AVOSCloud (= 11.4.8)
5+
- AVOSCloudIM/_ARC (= 11.4.8)
6+
- AVOSCloudIM/_NOARC (= 11.4.8)
7+
- AVOSCloudIM/_ARC (11.4.8):
8+
- AVOSCloud (= 11.4.8)
9+
- AVOSCloudIM/_NOARC (= 11.4.8)
10+
- AVOSCloudIM/_NOARC (11.4.8):
11+
- AVOSCloud (= 11.4.8)
12+
- ChatKit (2.3.9):
13+
- AVOSCloud (~> 11.4.8)
14+
- AVOSCloudIM (~> 11.4.8)
1515
- CYLDeallocBlockExecutor (~> 1.1.2)
1616
- DACircularProgress (~> 2.3.1)
1717
- FDStackView (~> 1.0)
@@ -89,9 +89,9 @@ EXTERNAL SOURCES:
8989
:path: "../"
9090

9191
SPEC CHECKSUMS:
92-
AVOSCloud: e1257f9a7c28e04ae8642d554a37654e8392d1b7
93-
AVOSCloudIM: 5456179b251be8dead13eebabcbbfa6931cc4e1b
94-
ChatKit: 3a59c6e3f259f1056f02d92d0c1d8e9cf6434fda
92+
AVOSCloud: 65216b8622f1ed0e744c0fc29d97662bffcbc02f
93+
AVOSCloudIM: 2bd392617d659ce6ba7fa57cfc16dcbe3d529f14
94+
ChatKit: c24149911d7487295e11eb7ebd3f470f5b0755e9
9595
CYLDeallocBlockExecutor: ecf39e45dcead9e120f460df5668b8f5093d178e
9696
CYLTabBarController: 8d99fccf22866fe18c978c5ff863dc6051da45ff
9797
DACircularProgress: 4dd437c0fc3da5161cb289e07ac449493d41db71

ChatKit.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "ChatKit"
3-
s.version = "2.3.8"
3+
s.version = "2.3.9"
44
s.summary = "An IM App Framework, support sending text, pictures, audio, video, location messaging, managing address book, more interesting features."
55
s.homepage = "https://github.com/LeanCloud/ChatKit-OC"
66
s.license = { :type => 'MIT', :file => 'LICENSE' }
@@ -13,8 +13,8 @@ Pod::Spec.new do |s|
1313
s.resources = 'ChatKit/Class/Resources/*', 'ChatKit/**/*.xib'
1414

1515
s.requires_arc = true
16-
s.dependency "AVOSCloud" , "~> 11.4.7"
17-
s.dependency "AVOSCloudIM", "~> 11.4.7"
16+
s.dependency "AVOSCloud" , "~> 11.4.8"
17+
s.dependency "AVOSCloudIM", "~> 11.4.8"
1818
s.dependency "MJRefresh" , "~> 3.1.9"
1919
s.dependency "Masonry" , "~> 1.0.1"
2020
s.dependency "SDWebImage" , "~> 3.8.0"

0 commit comments

Comments
 (0)