Skip to content
Snippets Groups Projects
Commit cb6b5918 authored by Howard's avatar Howard
Browse files

[Fix] LucaSdk (0.1.0)

parent 3b6000a8
Branches
No related merge requests found
......@@ -5,7 +5,7 @@ Pod::Spec.new do |s|
s.description = <<-DESC
It's an SDK for Luca.
DESC
s.homepage = 'https://github.com/344185723@qq.com/LucaSdk'
s.homepage = 'https://git.lucahealthcare.cn/ios/lucasdk'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { '344185723@qq.com' => '344185723@qq.com' }
s.source = { :git => 'https://git.lucahealthcare.cn/ios/lucasdk'}
......@@ -15,7 +15,8 @@ Pod::Spec.new do |s|
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
s.ios.deployment_target = '9.0'
s.subspec 'Tremor' do |cs|
cs.resources = "TremorSdk.framework/*.png",'TremorSdk.framework/*.nib'
# cs.resources = "TremorSdk.framework/*.png",'TremorSdk.framework/*.nib',"CommonSdk.framework/*.png",'CommonSdk.framework/*.nib'
cs.resources = 'CommonSdk.framework','TremorSdk.framework'
cs.vendored_frameworks = 'CommonSdk.framework','TremorSdk.framework'
cs.frameworks = 'Accelerate'
cs.libraries = 'c++'
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment