[Update] openim_sdk_core_ios (0.11.0)

main
gem 4 days ago
parent 4f83c363de
commit 39fd2ce470
  1. 48
      openim_sdk_core_ios/0.11.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.11.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/<TWITTER_USERNAME>'
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
Loading…
Cancel
Save