-
Notifications
You must be signed in to change notification settings - Fork 415
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* remove NERtcCallUIKit * v10.5.3 --------- Co-authored-by: 张诗文 <[email protected]>
- Loading branch information
Showing
142 changed files
with
263 additions
and
5,537 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,46 +6,27 @@ | |
# To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/ | ||
# | ||
|
||
Pod::Spec.new do |s| | ||
# 配置内容详见:../PodConfigs/config_podspec.rb | ||
require_relative "../PodConfigs/config_podspec.rb" | ||
|
||
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # | ||
# | ||
# These will help people to find your library, and whilst it | ||
# can feel like a chore to fill in it's definitely to your advantage. The | ||
# summary should be tweet-length, and the description more in depth. | ||
# | ||
|
||
s.name = 'NEChatUIKit' | ||
s.version = '10.5.2' | ||
s.summary = 'Chat Module of IM.' | ||
|
||
# This description is used to generate tags and improve search results. | ||
# * Think: What does it do? Why did you write it? What is the focus? | ||
# * Try to keep it short, snappy and to the point. | ||
# * Write the description between the DESC delimiters below. | ||
# * Finally, don't worry about the indent, CocoaPods strips it! | ||
s.description = <<-DESC | ||
TODO: Add long description of the pod here. | ||
DESC | ||
s.homepage = 'http://netease.im' | ||
s.license = { :'type' => 'Copyright', :'text' => ' Copyright 2022 Netease '} | ||
s.author = 'yunxin engineering department' | ||
s.source = { :git => 'ssh://[email protected]:22222/yunxin-app/xkit-ios.git', :tag => s.version.to_s } | ||
|
||
s.ios.deployment_target = '12.0' | ||
s.swift_version = '5.0' | ||
|
||
s.source_files = 'NEChatUIKit/Classes/**/*' | ||
s.pod_target_xcconfig = { | ||
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64', | ||
'BUILD_LIBRARY_FOR_DISTRIBUTION' => 'YES' | ||
} | ||
Pod::Spec.new do |spec| | ||
spec.name = 'NEChatUIKit' | ||
spec.version = YXConfig.imuikit_version | ||
spec.summary = 'Netease XKit' | ||
spec.homepage = YXConfig.homepage | ||
spec.license = YXConfig.license | ||
spec.author = YXConfig.author | ||
spec.ios.deployment_target = YXConfig.deployment_target | ||
spec.swift_version = YXConfig.swift_version | ||
spec.source = { :git => '', :tag => spec.version.to_s } | ||
spec.source_files = 'NEChatUIKit/Classes/**/*' | ||
spec.resource = 'NEChatUIKit/Assets/**/*' | ||
YXConfig.pod_target_xcconfig(spec) | ||
|
||
s.resource = 'NEChatUIKit/Assets/**/*' | ||
s.dependency 'NEChatKit' | ||
s.dependency 'NECommonUIKit' | ||
s.dependency 'MJRefresh' | ||
s.dependency 'SDWebImageWebPCoder' | ||
s.dependency 'SDWebImageSVGKitPlugin' | ||
spec.dependency 'NEChatKit' | ||
spec.dependency 'NECommonUIKit' | ||
spec.dependency 'MJRefresh' | ||
spec.dependency 'SDWebImageWebPCoder' | ||
spec.dependency 'SDWebImageSVGKitPlugin' | ||
|
||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.