From b06a9cfed4f8e59afe09079e3f3a0a7e0e2d5746 Mon Sep 17 00:00:00 2001 From: zapcannon87 Date: Wed, 19 Dec 2018 13:31:08 +0800 Subject: [PATCH] Release v2.3.9 --- ChatKit-OC/Podfile.lock | 32 ++++++++++++++++---------------- ChatKit.podspec | 6 +++--- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/ChatKit-OC/Podfile.lock b/ChatKit-OC/Podfile.lock index 5509a35f..00225a3a 100644 --- a/ChatKit-OC/Podfile.lock +++ b/ChatKit-OC/Podfile.lock @@ -1,17 +1,17 @@ PODS: - - AVOSCloud (11.4.7) - - AVOSCloudIM (11.4.7): - - AVOSCloud (= 11.4.7) - - AVOSCloudIM/_ARC (= 11.4.7) - - AVOSCloudIM/_NOARC (= 11.4.7) - - AVOSCloudIM/_ARC (11.4.7): - - AVOSCloud (= 11.4.7) - - AVOSCloudIM/_NOARC (= 11.4.7) - - AVOSCloudIM/_NOARC (11.4.7): - - AVOSCloud (= 11.4.7) - - ChatKit (2.3.8): - - AVOSCloud (~> 11.4.7) - - AVOSCloudIM (~> 11.4.7) + - AVOSCloud (11.4.8) + - AVOSCloudIM (11.4.8): + - AVOSCloud (= 11.4.8) + - AVOSCloudIM/_ARC (= 11.4.8) + - AVOSCloudIM/_NOARC (= 11.4.8) + - AVOSCloudIM/_ARC (11.4.8): + - AVOSCloud (= 11.4.8) + - AVOSCloudIM/_NOARC (= 11.4.8) + - AVOSCloudIM/_NOARC (11.4.8): + - AVOSCloud (= 11.4.8) + - ChatKit (2.3.9): + - AVOSCloud (~> 11.4.8) + - AVOSCloudIM (~> 11.4.8) - CYLDeallocBlockExecutor (~> 1.1.2) - DACircularProgress (~> 2.3.1) - FDStackView (~> 1.0) @@ -89,9 +89,9 @@ EXTERNAL SOURCES: :path: "../" SPEC CHECKSUMS: - AVOSCloud: e1257f9a7c28e04ae8642d554a37654e8392d1b7 - AVOSCloudIM: 5456179b251be8dead13eebabcbbfa6931cc4e1b - ChatKit: 3a59c6e3f259f1056f02d92d0c1d8e9cf6434fda + AVOSCloud: 65216b8622f1ed0e744c0fc29d97662bffcbc02f + AVOSCloudIM: 2bd392617d659ce6ba7fa57cfc16dcbe3d529f14 + ChatKit: c24149911d7487295e11eb7ebd3f470f5b0755e9 CYLDeallocBlockExecutor: ecf39e45dcead9e120f460df5668b8f5093d178e CYLTabBarController: 8d99fccf22866fe18c978c5ff863dc6051da45ff DACircularProgress: 4dd437c0fc3da5161cb289e07ac449493d41db71 diff --git a/ChatKit.podspec b/ChatKit.podspec index d71b7098..c0b68417 100644 --- a/ChatKit.podspec +++ b/ChatKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "ChatKit" - s.version = "2.3.8" + s.version = "2.3.9" s.summary = "An IM App Framework, support sending text, pictures, audio, video, location messaging, managing address book, more interesting features." s.homepage = "https://github.com/LeanCloud/ChatKit-OC" s.license = { :type => 'MIT', :file => 'LICENSE' } @@ -13,8 +13,8 @@ Pod::Spec.new do |s| s.resources = 'ChatKit/Class/Resources/*', 'ChatKit/**/*.xib' s.requires_arc = true - s.dependency "AVOSCloud" , "~> 11.4.7" - s.dependency "AVOSCloudIM", "~> 11.4.7" + s.dependency "AVOSCloud" , "~> 11.4.8" + s.dependency "AVOSCloudIM", "~> 11.4.8" s.dependency "MJRefresh" , "~> 3.1.9" s.dependency "Masonry" , "~> 1.0.1" s.dependency "SDWebImage" , "~> 3.8.0"