From 52532fd263ea10b473faef331b3cf526e0c7759f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erg=C3=BCn=20KO=C3=87AK?= Date: Tue, 12 May 2020 13:37:52 +0200 Subject: [PATCH] xcode 11.4 compatibility update https://github.com/stripe/stripe-ios/issues/1525 --- Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Podfile b/Podfile index 9352f9b8..92360546 100644 --- a/Podfile +++ b/Podfile @@ -49,7 +49,7 @@ target 'Kiosk' do pod 'ARAnalytics/HockeyApp' pod 'CardFlight-v4' - pod 'Stripe' + pod 'Stripe', '14.0.1' pod 'ECPhoneNumberFormatter' pod 'UIImageViewAligned', :git => 'https://github.com/ashfurrow/UIImageViewAligned.git' pod 'DZNWebViewController', :git => 'https://github.com/orta/DZNWebViewController.git'