1 Star 0 Fork 0

aliyun-sls / opentelemetry-objc-extension

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
OpenTelemetryApiObjc.podspec 2.15 KB
一键复制 编辑 原始数据 按行查看 历史
yulong.gyl 提交于 2023-11-30 11:10 . feat: support opentelemetry 1.6.0
################################################################################################################################
##################################################### podspec file for dev #####################################################
################################################################################################################################
Pod::Spec.new do |s|
s.name = 'OpenTelemetryApiObjc'
s.version = '1.1.0-dev.1'
s.summary = 'aliyun log service ios otel common library.'
# 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
log service ios producer.
https://help.aliyun.com/document_detail/29063.html
https://help.aliyun.com/product/28958.html
DESC
s.homepage = 'https://github.com/aliyun/aliyun-log-ios-sdk'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'aliyun-log' => 'yulong.gyl@alibaba-inc.com' }
s.source = { :git => 'https://gitee.com/aliyun-sls/opentelemetry-objc-extension.git', :tag => s.version.to_s }
s.social_media_url = 'http://t.cn/AiRpol8C'
# s.ios.deployment_target = '10.0'
# s.osx.deployment_target = '10.12'
# s.tvos.deployment_target = '10.0'
s.platform = :ios, "10.0"
s.requires_arc = true
s.libraries = 'z'
s.swift_version = "5.0"
# s.xcconfig = { 'GCC_ENABLE_CPP_EXCEPTIONS' => 'YES' }
# s.default_subspec = 'AliyunLogOTelCommon'
s.ios.deployment_target = '11.0'
# s.osx.deployment_target = '10.13'
# s.tvos.deployment_target = '11.0'
s.dependency 'AliyunLogOTelCommon/OpenTelemetryApi'
s.source_files = 'Sources/OpenTelemetryApi/**/*.{m,h,swift}'
s.pod_target_xcconfig = {
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64 i386',
'OTHER_LDFLAGS' => '-ObjC',
}
s.user_target_xcconfig = {
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64 i386'
}
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/aliyun-sls/opentelemetry-objc-extension.git
git@gitee.com:aliyun-sls/opentelemetry-objc-extension.git
aliyun-sls
opentelemetry-objc-extension
opentelemetry-objc-extension
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891