It is not building because of this:
ways to fix it:
- Adopt Stripe >20 (which is not realsitic for this library but maybe for new it will be)
- Add to podspec this line
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
@jonasbark can you do this for me?