2 Commits
0.1.0 ... 0.2.0

Author SHA1 Message Date
cc
db7cb4fce8 test 2024-11-18 12:59:10 +08:00
cc
695633cb82 modify test 2024-11-18 12:57:13 +08:00

View File

@@ -8,7 +8,7 @@
Pod::Spec.new do |s| Pod::Spec.new do |s|
s.name = 'openim_sdk_core_ios' s.name = 'openim_sdk_core_ios'
s.version = '0.1.0' s.version = '0.2.0'
s.summary = 'A short description of openim_sdk_core_ios.' s.summary = 'A short description of openim_sdk_core_ios.'
# This description is used to generate tags and improve search results. # This description is used to generate tags and improve search results.
@@ -28,7 +28,7 @@ TODO: Add long description of the pod here.rite the description between the DESC
s.source = { :git => 'https://gitea.sdws.shop/xim/open_pod.git', :tag => s.version.to_s } s.source = { :git => 'https://gitea.sdws.shop/xim/open_pod.git', :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>' # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
s.ios.deployment_target = '12.0' s.ios.deployment_target = '11.0'
# s.source_files = 'openim_sdk_core_ios/Classes/**/*' # s.source_files = 'openim_sdk_core_ios/Classes/**/*'
@@ -37,9 +37,7 @@ TODO: Add long description of the pod here.rite the description between the DESC
#s.source_files = 'open_im_sdk_ios/Classes/**/*.{h,m,swift}' #s.source_files = 'open_im_sdk_ios/Classes/**/*.{h,m,swift}'
s.vendored_frameworks = 'openim_sdk_core_ios/frameworks/*.xcframework' s.vendored_frameworks = 'openim_sdk_core_ios/frameworks/*.xcframework'
s.pod_target_xcconfig = { s.library = 'resolv'
'OTHER_LDFLAGS' => '-lresolv'
}
# s.resource_bundles = { # s.resource_bundles = {
# 'openim_sdk_core_ios' => ['openim_sdk_core_ios/Assets/*.png'] # 'openim_sdk_core_ios' => ['openim_sdk_core_ios/Assets/*.png']
# } # }