Skip to content

Commit

Permalink
podfile update
Browse files Browse the repository at this point in the history
  • Loading branch information
张诗文 committed Jun 7, 2024
1 parent f6370a5 commit 3f8925d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ source 'https://github.com/CocoaPods/Specs.git'
target 'app' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!

# 以指定 lottie-ios 版本为例,其他未指定版本的三方库默认拉取最新版
pod 'lottie-ios', '4.4.0'

# 基础库
pod 'NIMSDK_LITE','10.2.6-beta'
Expand All @@ -33,7 +30,6 @@ target 'app' do


# 如果需要查看UI部分源码请注释掉以上在线依赖,打开下面的本地依赖
# 源码依赖时如果需要指定 NIM SDK 版本(Special),建议同样在 podspec 中指定基础库版本
# pod 'NEContactUIKit', :path => 'NEContactUIKit/NEContactUIKit.podspec'
# pod 'NEConversationUIKit', :path => 'NEConversationUIKit/NEConversationUIKit.podspec'
# pod 'NETeamUIKit', :path => 'NETeamUIKit/NETeamUIKit.podspec'
Expand Down

0 comments on commit 3f8925d

Please sign in to comment.