iOS Podspec updating to let pod lint pass

This commit is contained in:
pengfeizhou 2021-01-28 15:20:39 +08:00
parent 4cd3a9d0b9
commit af8fd7a1e3

View File

@ -26,4 +26,7 @@ Doric iOS SDK for cross platform develpment
s.dependency 'YYCache'
s.dependency 'YogaKit/Core'
s.dependency 'Yoga'
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
end