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 #426 from zapcannon87/master
Browse files Browse the repository at this point in the history
release: 2.3.13
  • Loading branch information
zapcannon87 authored May 21, 2019
2 parents 7eb5af1 + 1d5e8ed commit fc676e8
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 26 deletions.
40 changes: 20 additions & 20 deletions ChatKit-OC/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
PODS:
- AVOSCloud (11.6.2)
- AVOSCloudIM (11.6.2):
- AVOSCloud (= 11.6.2)
- AVOSCloudIM/_ARC (= 11.6.2)
- AVOSCloudIM/_NOARC (= 11.6.2)
- AVOSCloudIM/_ARC (11.6.2):
- AVOSCloud (= 11.6.2)
- AVOSCloudIM/_NOARC (= 11.6.2)
- AVOSCloudIM/_NOARC (11.6.2):
- AVOSCloud (= 11.6.2)
- ChatKit (2.3.12):
- AVOSCloud (~> 11.6.2)
- AVOSCloudIM (~> 11.6.2)
- AVOSCloud (11.6.3)
- AVOSCloudIM (11.6.3):
- AVOSCloud (= 11.6.3)
- AVOSCloudIM/_ARC (= 11.6.3)
- AVOSCloudIM/_NOARC (= 11.6.3)
- AVOSCloudIM/_ARC (11.6.3):
- AVOSCloud (= 11.6.3)
- AVOSCloudIM/_NOARC (= 11.6.3)
- AVOSCloudIM/_NOARC (11.6.3):
- AVOSCloud (= 11.6.3)
- ChatKit (2.3.13):
- AVOSCloud (~> 11.6.3)
- AVOSCloudIM (~> 11.6.3)
- CYLDeallocBlockExecutor (~> 1.1.2)
- DACircularProgress (~> 2.3.1)
- FDStackView (~> 1.0)
- FMDB (~> 2.6.2)
- Masonry (~> 1.0.1)
- MJRefresh (~> 3.1.9)
- MJRefresh (~> 3.1.17)
- MLLabel (~> 1.10.5)
- MWPhotoBrowser (~> 2.1.2)
- pop (~> 1.0.9)
Expand All @@ -34,7 +34,7 @@ PODS:
- FXForms (1.2.14)
- Masonry (1.0.2)
- MBProgressHUD (0.9.2)
- MJRefresh (3.1.16)
- MJRefresh (3.1.17)
- MLLabel (1.10.5)
- MLPAutoCompleteTextField (1.5)
- MWPhotoBrowser (2.1.2):
Expand Down Expand Up @@ -89,9 +89,9 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
AVOSCloud: b5ddb67d1823e7af59b3fc14ddecf3cddf1f4bf1
AVOSCloudIM: b814dd9a3b9d1012bc11189f6639bf713474a5b2
ChatKit: 48d318c046da6c9af49e6f0beac32c5d096e4d13
AVOSCloud: 3148cbb1d05be4e479cffa206f147ef09a470fdf
AVOSCloudIM: 415ec613caa269f71aecc1439f0b27aec9174ec2
ChatKit: bd7b490b52b52717cd1a7470adc92eb2924d03a8
CYLDeallocBlockExecutor: ecf39e45dcead9e120f460df5668b8f5093d178e
CYLTabBarController: 8d99fccf22866fe18c978c5ff863dc6051da45ff
DACircularProgress: 4dd437c0fc3da5161cb289e07ac449493d41db71
Expand All @@ -101,7 +101,7 @@ SPEC CHECKSUMS:
FXForms: 724500c0c3f3eb3ba1004b3b83abcee55d3daf18
Masonry: 7c429b56da9d4ee0bbb3ed77a5ea710d6a5df39e
MBProgressHUD: 1569cf7ace17a8bac47aabfbb8580a49690386d1
MJRefresh: 7798e16e53a5ef7f332dd05b27664db4e29530fd
MJRefresh: ee5b68f639775462faba4db0fd243baf4d42c2cf
MLLabel: d76124055a2205e7f76878e62cd06ba925ba0c97
MLPAutoCompleteTextField: ba4d507bbff2bd4f139d4197814fc8dd39caf77e
MWPhotoBrowser: 5836d7aa041dc05a13de380c246826578adc5ea5
Expand All @@ -114,4 +114,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 0c9077ef2ff9a92e0adcca86bcabd425df220379

COCOAPODS: 1.7.0.beta.3
COCOAPODS: 1.7.0.rc.2
8 changes: 4 additions & 4 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.12"
s.version = "2.3.13"
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,9 +13,9 @@ Pod::Spec.new do |s|
s.resources = 'ChatKit/Class/Resources/*', 'ChatKit/**/*.xib'

s.requires_arc = true
s.dependency "AVOSCloud" , "~> 11.6.2"
s.dependency "AVOSCloudIM", "~> 11.6.2"
s.dependency "MJRefresh" , "~> 3.1.9"
s.dependency "AVOSCloud" , "~> 11.6.3"
s.dependency "AVOSCloudIM", "~> 11.6.3"
s.dependency "MJRefresh" , "~> 3.1.17"
s.dependency "Masonry" , "~> 1.0.1"
s.dependency "SDWebImage" , "~> 3.8.0"
s.dependency "FMDB" , "~> 2.6.2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -392,13 +392,16 @@ - (void)setMessageReadState:(LCCKMessageReadState)messageReadState {

- (UIImageView *)avatarImageView {
if (!_avatarImageView) {
_avatarImageView = [[UIImageView alloc] init];
_avatarImageView.contentMode = UIViewContentModeScaleAspectFit;
LCCKAvatarImageViewCornerRadiusBlock avatarImageViewCornerRadiusBlock = [LCChatKit sharedInstance].avatarImageViewCornerRadiusBlock;
if (avatarImageViewCornerRadiusBlock) {
_avatarImageView = [[UIImageView alloc] initWithFrame:CGRectMake(0, 0, kAvatarImageViewWidth, kAvatarImageViewHeight)];
_avatarImageView.contentMode = UIViewContentModeScaleAspectFit;
CGSize avatarImageViewSize = CGSizeMake(kAvatarImageViewWidth, kAvatarImageViewHeight);
CGFloat avatarImageViewCornerRadius = avatarImageViewCornerRadiusBlock(avatarImageViewSize);
self.avatarImageView.lcck_cornerRadius = avatarImageViewCornerRadius;
} else {
_avatarImageView = [[UIImageView alloc] init];
_avatarImageView.contentMode = UIViewContentModeScaleAspectFit;
}
[self bringSubviewToFront:_avatarImageView];
}
Expand Down

0 comments on commit fc676e8

Please sign in to comment.