Commit 73c4d808b7ea13f15e9c47e7806f300de527f358

Authored by 毕珂
1 parent cf1a2b22

修改spec文件

Showing 1 changed file with 2 additions and 1 deletions
DSCnliveShopSDK.podspec
... ... @@ -3,7 +3,6 @@ Pod::Spec.new do |s|
3 3 s.name = 'DSCnliveShopSDK'
4 4 s.version = '0.3.4.001'
5 5 s.summary = 'cnlive电商SDK'
6   -# s.description = <<-DESC cnlive电商SDK DESC
7 6 s.homepage = 'http://bj.gitlab.cnlive.com/ios-team/DSCnliveShopSDK'
8 7 s.license = { :type => 'MIT', :file => 'LICENSE' }
9 8 s.author = { 'BIKE' => '694092596@qq.com' }
... ... @@ -34,4 +33,6 @@ Pod::Spec.new do |s|
34 33 s.dependency 'BKCycleScrollView', '~> 2.0.5'
35 34 s.dependency 'BKPickerView', '~> 1.1.1'
36 35  
  36 + s.vendored_frameworks = 'DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework'
  37 +
37 38 end
... ...