0.1.0
This commit is contained in:
@@ -18,20 +18,28 @@ 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.rite the description between the DESC delimiters below
|
||||
DESC
|
||||
|
||||
s.homepage = 'https://github.com/cc/openim_sdk_core_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/openim_sdk_core_ios.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.ios.deployment_target = '10.0'
|
||||
s.ios.deployment_target = '12.0'
|
||||
|
||||
s.source_files = 'openim_sdk_core_ios/Classes/**/*'
|
||||
|
||||
# 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.pod_target_xcconfig = {
|
||||
'OTHER_LDFLAGS' => '-lresolv'
|
||||
}
|
||||
# s.resource_bundles = {
|
||||
# 'openim_sdk_core_ios' => ['openim_sdk_core_ios/Assets/*.png']
|
||||
# }
|
||||
|
||||
Reference in New Issue
Block a user