From 6970df1959d64022b8a40a84aa0d15a170608235 Mon Sep 17 00:00:00 2001 From: cc Date: Mon, 23 Dec 2024 14:55:51 +0800 Subject: [PATCH] [Update] openim_sdk_core_ios (0.5.0) --- .../0.5.0/openim_sdk_core_ios.podspec | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 openim_sdk_core_ios/0.5.0/openim_sdk_core_ios.podspec diff --git a/openim_sdk_core_ios/0.5.0/openim_sdk_core_ios.podspec b/openim_sdk_core_ios/0.5.0/openim_sdk_core_ios.podspec new file mode 100644 index 0000000..a020070 --- /dev/null +++ b/openim_sdk_core_ios/0.5.0/openim_sdk_core_ios.podspec @@ -0,0 +1,48 @@ +# +# Be sure to run `pod lib lint openim_sdk_core_ios.podspec' to ensure this is a +# valid spec before submitting. +# +# Any lines starting with a # are optional, but their use is encouraged +# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html +# + +Pod::Spec.new do |s| + s.name = 'openim_sdk_core_ios' + s.version = '0.5.0' + s.summary = 'A short description of openim_sdk_core_ios.' + +# This description is used to generate tags and improve search results. +# * Think: What does it do? Why did you write it? What is the focus? +# * Try to keep it short, snappy and to the point. +# * Write the description between the DESC delimiters below. +# * Finally, don't worry about the indent, CocoaPods strips it! + + s.description = <<-DESC +TODO: Add long description of the pod here.rite the description between the DESC delimiters below + DESC + + s.homepage = 'https://baidu.com' + # s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2' + s.license = { :type => 'MIT', :file => 'LICENSE' } + s.author = { 'cc' => 'cc' } + s.source = { :git => 'https://gitea.sdws.shop/xim/open_pod.git', :tag => s.version.to_s } + # s.social_media_url = 'https://twitter.com/' + + s.ios.deployment_target = '13.0' + + # s.source_files = 'openim_sdk_core_ios/Classes/**/*' + + + #s.source_files = 'open_im_sdk_ios/Classes/**/*' + #s.source_files = 'open_im_sdk_ios/Classes/**/*.{h,m,swift}' + s.vendored_frameworks = 'openim_sdk_core_ios/frameworks/*.xcframework' + + s.library = 'resolv' + # s.resource_bundles = { + # 'openim_sdk_core_ios' => ['openim_sdk_core_ios/Assets/*.png'] + # } + + # s.public_header_files = 'Pod/Classes/**/*.h' + # s.frameworks = 'UIKit', 'MapKit' + # s.dependency 'AFNetworking', '~> 2.3' +end