Skip to content

Commit

Permalink
Merge pull request #364 from maghzchenyu/master
Browse files Browse the repository at this point in the history
v9.2.11 发布
  • Loading branch information
shine2008 authored Nov 21, 2022
2 parents 5f330da + 46884c0 commit 4c0f7bd
Show file tree
Hide file tree
Showing 14 changed files with 110 additions and 1,189 deletions.
10 changes: 5 additions & 5 deletions NEChatUIKit/NEChatUIKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
#

spec.name = 'NEChatUIKit'
spec.version = '9.2.10'
spec.version = '9.2.11'
spec.summary = 'Chat Module of IM.'

# This description is used to generate tags and improve search results.
Expand All @@ -40,16 +40,16 @@ TODO: Add long description of the pod here.
'BUILD_LIBRARY_FOR_DISTRIBUTION' => 'YES'
}
spec.user_target_xcconfig = { 'BUILD_LIBRARY_FOR_DISTRIBUTION' => 'YES' }
spec.resource_bundles = {
'NEChatUIKit' => ['NEChatUIKit/Assets/*.png']
}
# spec.resource_bundles = {
# 'NEChatUIKit' => ['NEChatUIKit/Assets/*.png']
# }

spec.resource = 'NEChatUIKit/Assets/**/*'
spec.dependency 'NEChatKit'
spec.dependency 'NECommonUIKit'
spec.dependency 'RSKPlaceholderTextView'
spec.dependency 'MJRefresh'
spec.dependency 'NIMSDK_LITE', '9.2.5'
spec.dependency 'NIMSDK_LITE'
spec.dependency 'YXAlog_iOS'

end
Loading

0 comments on commit 4c0f7bd

Please sign in to comment.