diff --git a/LucaSdk/0.1.0/LucaSdk.podspec b/LucaSdk/0.1.0/LucaSdk.podspec
index d664930c3aa2a2d442d5a07e0c4eddf788ba1a19..767c10c42d6e57ffe1e3d522b62244690c745bc8 100644
--- a/LucaSdk/0.1.0/LucaSdk.podspec
+++ b/LucaSdk/0.1.0/LucaSdk.podspec
@@ -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++'
diff --git a/TremorSdk.framework/question_icon@3x.png b/TremorSdk.framework/question_icon@3x.png
new file mode 100644
index 0000000000000000000000000000000000000000..b0b00b4f95a1e8f6783acfb0f310a305f49f7add
Binary files /dev/null and b/TremorSdk.framework/question_icon@3x.png differ