This commit is contained in:
cc
2024-11-17 15:05:59 +08:00
parent 1917e7cf7d
commit d9af7f3319
19 changed files with 2167 additions and 3 deletions

View File

@@ -18,14 +18,14 @@ Pod::Spec.new do |s|
# * Finally, don't worry about the indent, CocoaPods strips it!
s.description = <<-DESC
TODO: Add long description of the pod here.
TODO: Add long description of the pod here.inally, don't worry about the indent, CocoaPods strips it
DESC
s.homepage = 'https://github.com/cc/open_im_sdk_ios'
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://github.com/cc/open_im_sdk_ios.git', :tag => s.version.to_s }
s.source = { :git => 'https://gitea.sdws.shop/xim/open-im-sdk-pod.git', :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
s.ios.deployment_target = '10.0'