diff --git a/NEAISearchKit/NEAISearchKit.podspec b/NEAISearchKit/NEAISearchKit.podspec index 3b1c3878..302edfa6 100644 --- a/NEAISearchKit/NEAISearchKit.podspec +++ b/NEAISearchKit/NEAISearchKit.podspec @@ -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 diff --git a/NEChatUIKit/NEChatUIKit.podspec b/NEChatUIKit/NEChatUIKit.podspec index 133b6af4..46d7d6d5 100644 --- a/NEChatUIKit/NEChatUIKit.podspec +++ b/NEChatUIKit/NEChatUIKit.podspec @@ -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' diff --git a/NEContactUIKit/NEContactUIKit.podspec b/NEContactUIKit/NEContactUIKit.podspec index dbb4b5eb..025ad722 100644 --- a/NEContactUIKit/NEContactUIKit.podspec +++ b/NEContactUIKit/NEContactUIKit.podspec @@ -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 diff --git a/NEConversationUIKit/NEConversationUIKit.podspec b/NEConversationUIKit/NEConversationUIKit.podspec index 4398fb6f..49f67d69 100644 --- a/NEConversationUIKit/NEConversationUIKit.podspec +++ b/NEConversationUIKit/NEConversationUIKit.podspec @@ -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 diff --git a/NEMapKit/NEMapKit.podspec b/NEMapKit/NEMapKit.podspec index bba16931..b13eb79f 100644 --- a/NEMapKit/NEMapKit.podspec +++ b/NEMapKit/NEMapKit.podspec @@ -29,14 +29,12 @@ TODO: Add long description of the pod here. # s.social_media_url = 'https://twitter.com/' 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 diff --git a/NETeamUIKit/NETeamUIKit.podspec b/NETeamUIKit/NETeamUIKit.podspec index 88c3b5a4..4be2243e 100644 --- a/NETeamUIKit/NETeamUIKit.podspec +++ b/NETeamUIKit/NETeamUIKit.podspec @@ -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