Skip to content

Commit

Permalink
Fix NEMapKit.podspec (#409)
Browse files Browse the repository at this point in the history
* add sample code

* update Podfile

* v10.4.0

* v10.4.1

* fix NEMapKit.podspec

* update Podfile

---------

Co-authored-by: 张诗文 <[email protected]>
  • Loading branch information
zsw666 and 张诗文 authored Nov 13, 2024
1 parent 074aadb commit 697b775
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NEMapKit/NEMapKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ TODO: Add long description of the pod here.
s.dependency 'AMap3DMap'
s.dependency 'AMapSearch'
s.dependency 'AMapLocation'
s.dependency 'NEChatUIKit', '10.4.0'
s.dependency 'NEChatUIKit', '10.4.1'
end
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ target 'app' do

# 基础库
# pod 'NIMSDK_LITE','10.5.0'
pod 'NEChatKit', '10.4.1'
pod 'NEChatKit', '10.4.2'

# UI 组件,依次为通讯录组件、会话列表组件、会话(聊天)组件、群相关设置组件
pod 'NEChatUIKit', '10.4.1'
Expand Down

0 comments on commit 697b775

Please sign in to comment.