1 Star 0 Fork 0

Sensors Data/sf-sdk-ios

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
SensorsFocus.podspec 1012 Bytes
一键复制 编辑 原始数据 按行查看 历史
王洋洋 提交于 2023-03-21 18:43 . Release 0.6.1
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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Objective-C
1
https://gitee.com/sensorsdata/sf-sdk-ios.git
git@gitee.com:sensorsdata/sf-sdk-ios.git
sensorsdata
sf-sdk-ios
sf-sdk-ios
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385