代码拉取完成,页面将自动刷新
Pod::Spec.new do |s|
s.name = "LenztechBusinessSDK"
s.version = "0.5.0"
s.summary = "朗镜通iOS 相机 SDK"
s.description = <<-DESC
朗镜通iOS 相机 SDK 云端识别
DESC
s.homepage = "https://gitee.com/ppz_bj/LenztechBusinessSDK.git"
s.license = { :type => "MIT", :file => "LICENSE" }
s.platform = :ios, "9.0"
s.source = { :git => "https://gitee.com/ppz_bj/LenztechBusinessSDK.git", :tag => "#{s.version}" }
s.default_subspec = 'default'
s.subspec 'default' do |sub|
sub.resources = "sdk/resources/*"
sub.vendored_frameworks = "sdk/LenzBusinessSDK.framework","sdk/opencv2.framework"
sub.pod_target_xcconfig = {
'FRAMEWORK_SEARCH_PATHS' => '$(inherited) $(PODS_ROOT)/LenztechBusinessSDK/sdk',
'OTHER_LDFLAGS' => '-Objc -framework LenzBusinessSDK -framework opencv2'
}
end
s.subspec 'remake' do |sub|
sub.resources = "sdk/resources/*","sdk/LenzTensorFlow.framework"
sub.preserve_path = 'sdk/LenzTensorFlow.framework'
sub.vendored_frameworks = "sdk/LenzBusinessSDK.framework","sdk/opencv2.framework","sdk/LenzTensorFlow.framework"
sub.xcconfig = { 'LD_RUNPATH_SEARCH_PATHS' => '@loader_path/../Frameworks' }
sub.pod_target_xcconfig = {
'FRAMEWORK_SEARCH_PATHS' => '$(inherited) $(PODS_ROOT)/LenztechBusinessSDK/sdk',
'OTHER_LDFLAGS' => '-Objc -framework LenzBusinessSDK -framework opencv2 -framework LenzTensorFlow'
}
end
# s.xcconfig = { 'OTHER_LDFLAGS' => '-weak_framework LenzTensorFlow'}
# 系统的
s.frameworks = 'MediaPlayer', 'CoreData', 'SystemConfiguration', 'CoreServices' , 'AssetsLibrary', 'CoreTelephony', 'CoreMotion', 'Photos', 'AVFoundation', 'CoreMedia', 'AudioToolbox','AVKit'
s.libraries = 'resolv.9','c++'
s.requires_arc = true
end
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。