Skip to content

Commit

Permalink
Merge pull request #373 from zsw666/master
Browse files Browse the repository at this point in the history
update Podfile
  • Loading branch information
shine2008 committed Apr 21, 2023
2 parents b21a057 + d22081b commit edae83c
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,26 @@ target 'app' do
pod 'YXLogin', '1.0.0'

#可选UI库
pod 'NEContactUIKit', '9.4.0'
pod 'NEConversationUIKit', '9.4.0'
pod 'NEChatUIKit', '9.4.0'
pod 'NETeamUIKit', '9.4.0'
pod 'NEContactUIKit', '9.5.0'
pod 'NEConversationUIKit', '9.5.0'
pod 'NEChatUIKit', '9.5.0'
pod 'NETeamUIKit', '9.5.0'


#可选Kit库(和UIKit对应)
pod 'NEContactKit', '9.4.0'
pod 'NEConversationKit', '9.4.0'
pod 'NEChatKit', '9.4.0'
pod 'NETeamKit', '9.4.0'
pod 'NEContactKit', '9.5.0'
pod 'NEConversationKit', '9.5.0'
pod 'NEChatKit', '9.5.0'
pod 'NETeamKit', '9.5.0'

#基础kit库
pod 'NECommonUIKit', '9.4.0'
pod 'NECommonKit', '9.4.0'
pod 'NECoreIMKit', '9.4.0'
pod 'NECoreKit', '9.4.0'
pod 'NECommonUIKit', '9.5.0'
pod 'NECommonKit', '9.5.0'
pod 'NECoreIMKit', '9.5.0'
pod 'NECoreKit', '9.5.0'

#扩展库
pod 'NEMapKit', '9.4.0'
pod 'NEMapKit', '9.5.0'

#呼叫组件,音视频通话能力,需要开通 音视频2.0,可选,聊天一面会根据依赖初始化自动显示音视频通话入口
pod 'NERtcCallUIKit', '1.8.2'
Expand Down

0 comments on commit edae83c

Please sign in to comment.