Commit a78d127eb74c2bb87e8de30025f4bfaa7660526d

Authored by 毕珂
1 parent b82214ca

0.3.8.006

Showing 1 changed file with 3 additions and 3 deletions
DSCnliveShopSDK.podspec
... ... @@ -12,10 +12,12 @@ Pod::Spec.new do |s|
12 12 s.frameworks = 'Foundation', 'UIKit', 'Accelerate', 'AVFoundation', 'CoreMedia', 'CoreMotion', 'GLKit', 'JavaScriptCore', 'MediaPlayer', 'SystemConfiguration'
13 13 s.library = 'sqlite3'
14 14 s.static_framework = true
15   - s.pod_target_xcconfig = {'VALID_ARCHS' => 'arm64 x86_64'}
16 15 s.xcconfig = {
17 16 'ENABLE_BITCODE' => 'NO'
18 17 }
  18 + s.pod_target_xcconfig = {
  19 + 'VALID_ARCHS' => 'arm64'
  20 + }
19 21  
20 22 s.dependency 'AFNetworking', '3.2.1'
21 23 s.dependency 'SDWebImage', '~> 5.2.3'
... ... @@ -41,7 +43,5 @@ Pod::Spec.new do |s|
41 43 s.dependency 'DSToolsModuleF'
42 44 s.dependency 'DSCnliveShopSDKToolsModuleF'
43 45 s.dependency 'YBImageBrowser_DSCnliveShop'
44   -
45   -
46 46  
47 47 end
... ...