Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
lixm1988 committed Apr 25, 2023
1 parent 924c1f5 commit 2d67cb3
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.0.1'
s.version = '4.0.2'
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.0.1'}
s.source = { :git => 'https://github.com/easemob/easeui_ios.git', :tag => 'EaseIMKit_4.0.2'}
s.frameworks = 'UIKit'
s.libraries = 'stdc++'
s.ios.deployment_target = '11.0'
Expand Down

0 comments on commit 2d67cb3

Please sign in to comment.