代码拉取完成,页面将自动刷新
Pod::Spec.new do |s|
s.name = 'SensorsFocus'
s.version = '0.6.1'
s.summary = 'The official iOS SDK of Sensors Focus.'
s.homepage = 'http://www.sensorsdata.cn'
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
s.source = { :git => 'https://github.com/sensorsdata/sf-sdk-ios.git', :tag => 'v' + s.version.to_s}
s.author = 'Sensors Data'
s.platform = :ios
s.ios.deployment_target = '8.0'
s.requires_arc = true
s.cocoapods_version = '>= 1.5.0'
s.ios.framework = 'UIKit', 'Foundation'
s.dependency 'SensorsAnalyticsSDK', '>=4.2.0'
s.dependency 'SensorsDiagnosis'
s.pod_target_xcconfig = { 'PRODUCT_BUNDLE_IDENTIFIER': 'com.sensorsdata.SensorsFocus'}
s.default_subspec = 'Dynamic'
base_dir = 'SensorsFocus/'
s.subspec 'Dynamic' do |d|
s.vendored_frameworks = base_dir + 'Dynamic/SensorsFocus.xcframework'
end
s.subspec 'Static' do |s|
s.vendored_frameworks = base_dir + 'Static/SensorsFocus.xcframework'
end
end
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。