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