Skip to content

Commit

Permalink
TUIPlugin podspec upgrade version 7.2.4146
Browse files Browse the repository at this point in the history
  • Loading branch information
summeryxia committed May 12, 2023
1 parent f930720 commit 53b8dcc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions iOS/Podspec/TUIGroupNote.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |spec|
spec.name = 'TUIGroupNote'
spec.version = '7.2.4123'
spec.version = '7.2.4146'
spec.platform = :ios
spec.ios.deployment_target = '9.0'
spec.license = { :type => 'Proprietary',
Expand All @@ -16,7 +16,7 @@ Pod::Spec.new do |spec|

spec.requires_arc = true

spec.source = { :http => 'https://im.sdk.cloud.tencent.cn/download/tuiplugin/7.2.4123/ios/TUIGroupNote.framework.zip'}
spec.source = { :http => 'https://im.sdk.cloud.tencent.cn/download/tuiplugin/7.2.4146/ios/TUIGroupNote.framework.zip'}
spec.preserve_paths = 'TUIGroupNote.framework'
spec.vendored_frameworks = 'TUIGroupNote.framework'
spec.pod_target_xcconfig = {
Expand Down
4 changes: 2 additions & 2 deletions iOS/Podspec/TUIPoll.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |spec|
spec.name = 'TUIPoll'
spec.version = '7.2.4123'
spec.version = '7.2.4146'
spec.platform = :ios
spec.ios.deployment_target = '9.0'
spec.license = { :type => 'Proprietary',
Expand All @@ -16,7 +16,7 @@ Pod::Spec.new do |spec|

spec.requires_arc = true

spec.source = { :http => 'https://im.sdk.cloud.tencent.cn/download/tuiplugin/7.2.4123/ios/TUIPoll.framework.zip'}
spec.source = { :http => 'https://im.sdk.cloud.tencent.cn/download/tuiplugin/7.2.4146/ios/TUIPoll.framework.zip'}
spec.preserve_paths = 'TUIPoll.framework'
spec.vendored_frameworks = 'TUIPoll.framework'
spec.pod_target_xcconfig = {
Expand Down
10 changes: 5 additions & 5 deletions iOS/Podspec/TUITranslation.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'TUITranslation'
spec.version = '7.2.4123'
spec.version = '7.2.4146'
spec.platform = :ios
spec.ios.deployment_target = '9.0'
spec.license = { :type => 'Proprietary',
Expand All @@ -16,13 +16,13 @@ Pod::Spec.new do |spec|

spec.requires_arc = true

spec.source = { :http => 'https://im.sdk.cloud.tencent.cn/download/tuikit/7.2.4123/ios/TUITranslation.zip'}
spec.source = { :http => 'https://im.sdk.cloud.tencent.cn/download/tuikit/7.2.4146/ios/TUITranslation.zip'}

spec.subspec 'CommonModel' do |commonModel|
commonModel.source_files = '**/TUITranslation/CommonModel/*.{h,m,mm}'
commonModel.dependency 'TUICore','7.2.4123'
commonModel.dependency 'TIMCommon','7.2.4123'
commonModel.dependency 'TUIChat','7.2.4123'
commonModel.dependency 'TUICore','7.2.4146'
commonModel.dependency 'TIMCommon','7.2.4146'
commonModel.dependency 'TUIChat','7.2.4146'
end

spec.subspec 'UI' do |commonUI|
Expand Down
2 changes: 1 addition & 1 deletion iOS/TUIKit/TUITranslation/TUITranslation.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'TUITranslation'
spec.version = '7.2.4123'
spec.version = '7.2.4146'
spec.platform = :ios
spec.ios.deployment_target = '9.0'
spec.license = { :type => 'Proprietary',
Expand Down

0 comments on commit 53b8dcc

Please sign in to comment.