Skip to content

Commit

Permalink
update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
张诗文 committed Aug 12, 2024
1 parent 61d9ca0 commit 2d4c65e
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion NEAISearchKit/NEAISearchKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ TODO: Add long description of the pod here.
s.resource = 'NEAISearchKit/Assets/**/*'

s.dependency 'NEChatKit'
s.dependency 'NECommonUIKit'
s.dependency 'NECommonUIKit', '9.7.0'
s.dependency 'lottie-ios','4.4.0'

end
3 changes: 1 addition & 2 deletions NEChatUIKit/NEChatUIKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ TODO: Add long description of the pod here.

s.resource = 'NEChatUIKit/Assets/**/*'
s.dependency 'NEChatKit'
s.dependency 'NECommonUIKit'
s.dependency 'NECommonKit'
s.dependency 'NECommonUIKit', '9.7.0'
s.dependency 'MJRefresh'
s.dependency 'SDWebImageWebPCoder'
s.dependency 'SDWebImageSVGKitPlugin'
Expand Down
2 changes: 1 addition & 1 deletion NEContactUIKit/NEContactUIKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ Pod::Spec.new do |s|
s.source_files = 'NEContactUIKit/Classes/**/*'
s.resource = 'NEContactUIKit/Assets/**/*'
s.dependency 'NEChatKit'
s.dependency 'NECommonUIKit'
s.dependency 'NECommonUIKit', '9.7.0'
s.dependency 'MJRefresh'
end
2 changes: 1 addition & 1 deletion NEConversationUIKit/NEConversationUIKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ TODO: Add long description of the pod here.
'BUILD_LIBRARY_FOR_DISTRIBUTION' => 'YES'
}

s.dependency 'NECommonUIKit'
s.dependency 'NECommonUIKit', '9.7.0'
s.dependency 'NEChatKit'
s.dependency 'MJRefresh'
end
6 changes: 2 additions & 4 deletions NEMapKit/NEMapKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,12 @@ TODO: Add long description of the pod here.
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'

s.ios.deployment_target = '12.0'

s.static_framework = true
s.source_files = 'NEMapKit/Classes/**/*'
# s.resource = 'NEMapKit/Assets/**/*'

s.dependency 'AMap3DMap'
s.dependency 'AMapSearch'
s.dependency 'AMapLocation'
s.static_framework = true
s.dependency 'NEChatUIKit'
s.dependency 'NEChatKit'
s.dependency 'NEChatUIKit', '10.3.0'
end
2 changes: 1 addition & 1 deletion NETeamUIKit/NETeamUIKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ TODO: Add long description of the pod here.

s.source_files = 'NETeamUIKit/Classes/**/*'
s.resource = 'NETeamUIKit/Assets/**/*'
s.dependency 'NEChatUIKit'
s.dependency 'NEChatUIKit', '10.3.0'

end

0 comments on commit 2d4c65e

Please sign in to comment.