iOS remove webp dependency yet,because lack of simulator arm64 support

This commit is contained in:
pengfeizhou 2021-01-28 16:59:14 +08:00
parent af8fd7a1e3
commit bf96e5089a
2 changed files with 4 additions and 4 deletions

View File

@ -22,11 +22,12 @@ Doric iOS SDK for cross platform develpment
s.public_header_files = 'doric-iOS/Pod/Classes/**/*.h' s.public_header_files = 'doric-iOS/Pod/Classes/**/*.h'
s.dependency 'YYWebImage' s.dependency 'YYWebImage'
s.dependency 'YYImage/WebP' #s.dependency 'YYImage/WebP'
s.dependency 'YYCache' s.dependency 'YYCache'
s.dependency 'YogaKit/Core' s.dependency 'YogaKit/Core'
s.dependency 'Yoga' s.dependency 'Yoga'
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' } # https://github.com/CocoaPods/CocoaPods/issues/10065
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' } #s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
#s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
end end

View File

@ -1 +0,0 @@
0.6.13