From c0e6da59fa4c52907b69a520cb71c2beb46292e2 Mon Sep 17 00:00:00 2001 From: gmbnt Date: Tue, 7 Apr 2020 13:22:57 +1000 Subject: [PATCH] Raise Podfile iOS version --- Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Podfile b/Podfile index e1988cd15..879de61d5 100644 --- a/Podfile +++ b/Podfile @@ -1,4 +1,4 @@ -platform :ios, '10.0' +platform :ios, '12.0' source 'https://github.com/CocoaPods/Specs.git' use_frameworks!