diff --git a/openim_sdk_core_ios/0.2.0/openim_sdk_core_ios.podspec b/openim_sdk_core_ios/0.2.0/openim_sdk_core_ios.podspec new file mode 100644 index 0000000..50d956d --- /dev/null +++ b/openim_sdk_core_ios/0.2.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.2.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 = '11.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