Skip to content

Commit

Permalink
Merge pull request #184 from lixm1988/main
Browse files Browse the repository at this point in the history
udpate version
  • Loading branch information
lixm1988 authored Dec 4, 2023
2 parents a3e9102 + b9538a6 commit 41213b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.1.0'
s.version = '4.2.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.1.0'}
s.source = { :git => 'https://github.com/easemob/easeui_ios.git', :tag => 'EaseIMKit_4.2.0'}
s.frameworks = 'UIKit'
s.libraries = 'stdc++'
s.ios.deployment_target = '11.0'
Expand Down Expand Up @@ -63,7 +63,7 @@ Pod::Spec.new do |s|
}
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }

s.dependency 'HyphenateChat', '~> 4.1.0'
s.dependency 'HyphenateChat', '>= 4.1.0'
s.dependency 'EMVoiceConvert', '0.1.0'

end

0 comments on commit 41213b7

Please sign in to comment.