Skip to content

Commit

Permalink
Merge pull request #185 from lixm1988/main
Browse files Browse the repository at this point in the history
update to 4.3.0
  • Loading branch information
lixm1988 authored Dec 22, 2023
2 parents 41213b7 + 5dce96b commit 1383dc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EaseIMKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'EaseIMKit'
s.version = '4.2.0'
s.version = '4.3.0'
s.summary = 'easemob im sdk UIKit'
s.homepage = 'http://docs-im.easemob.com/im/ios/other/easeimkit'
s.description = <<-DESC
Expand All @@ -12,7 +12,7 @@ Pod::Spec.new do |s|
DESC
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'easemob' => 'dev@easemob.com' }
s.source = { :git => 'https://github.com/easemob/easeui_ios.git', :tag => 'EaseIMKit_4.2.0'}
s.source = { :git => 'https://github.com/easemob/easeui_ios.git', :tag => 'EaseIMKit_4.3.0'}
s.frameworks = 'UIKit'
s.libraries = 'stdc++'
s.ios.deployment_target = '11.0'
Expand Down

0 comments on commit 1383dc5

Please sign in to comment.