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

Commit

Permalink
Merge pull request #408 from zapcannon87/master
Browse files Browse the repository at this point in the history
Release v2.3.4
  • Loading branch information
zapcannon87 authored Oct 24, 2018
2 parents b9722cd + b6db2a7 commit 2980347
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
32 changes: 16 additions & 16 deletions ChatKit-OC/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
PODS:
- AVOSCloud (11.4.4)
- AVOSCloudIM (11.4.4):
- AVOSCloud (= 11.4.4)
- AVOSCloudIM/_ARC (= 11.4.4)
- AVOSCloudIM/_NOARC (= 11.4.4)
- AVOSCloudIM/_ARC (11.4.4):
- AVOSCloud (= 11.4.4)
- AVOSCloudIM/_NOARC (= 11.4.4)
- AVOSCloudIM/_NOARC (11.4.4):
- AVOSCloud (= 11.4.4)
- ChatKit (2.3.3):
- AVOSCloud (~> 11.4.4)
- AVOSCloudIM (~> 11.4.4)
- AVOSCloud (11.4.5)
- AVOSCloudIM (11.4.5):
- AVOSCloud (= 11.4.5)
- AVOSCloudIM/_ARC (= 11.4.5)
- AVOSCloudIM/_NOARC (= 11.4.5)
- AVOSCloudIM/_ARC (11.4.5):
- AVOSCloud (= 11.4.5)
- AVOSCloudIM/_NOARC (= 11.4.5)
- AVOSCloudIM/_NOARC (11.4.5):
- AVOSCloud (= 11.4.5)
- ChatKit (2.3.4):
- AVOSCloud (~> 11.4.5)
- AVOSCloudIM (~> 11.4.5)
- CYLDeallocBlockExecutor (~> 1.1.2)
- DACircularProgress (~> 2.3.1)
- FDStackView (~> 1.0)
Expand Down Expand Up @@ -89,9 +89,9 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
AVOSCloud: c3d6ce6d387d7e40c7c0fe4087c6ad5192620f47
AVOSCloudIM: e3227ad97ee9d0f8ec059b0a17d8dc9c2ec0ba49
ChatKit: 07db0061b5e3760f5a958488487a1fe289a7b74e
AVOSCloud: 1c21d946e5422597353519b31c780c04ec5f4f5e
AVOSCloudIM: 3ae1b46db83ec4d62a68cb7a50f6bdc68b5138ac
ChatKit: 2c36f6eeba18177cb9493940a9eaec592695bd8b
CYLDeallocBlockExecutor: ecf39e45dcead9e120f460df5668b8f5093d178e
CYLTabBarController: 8d99fccf22866fe18c978c5ff863dc6051da45ff
DACircularProgress: 4dd437c0fc3da5161cb289e07ac449493d41db71
Expand Down
6 changes: 3 additions & 3 deletions ChatKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ChatKit"
s.version = "2.3.3"
s.version = "2.3.4"
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' }
Expand All @@ -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.4"
s.dependency "AVOSCloudIM", "~> 11.4.4"
s.dependency "AVOSCloud" , "~> 11.4.5"
s.dependency "AVOSCloudIM", "~> 11.4.5"
s.dependency "MJRefresh" , "~> 3.1.9"
s.dependency "Masonry" , "~> 1.0.1"
s.dependency "SDWebImage" , "~> 3.8.0"
Expand Down

0 comments on commit 2980347

Please sign in to comment.