From 04a69bfa10079dcd35805166ef22de1441102641 Mon Sep 17 00:00:00 2001 From: mohssen Date: Wed, 19 Apr 2023 12:31:02 -0700 Subject: [PATCH] Bump spec.platform to 11.0 --- PodspecShared.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PodspecShared.rb b/PodspecShared.rb index b18cad0d..53a348e5 100644 --- a/PodspecShared.rb +++ b/PodspecShared.rb @@ -9,7 +9,7 @@ def configure_podspec(spec, module_name) spec.screenshots = "https://raw.githubusercontent.com/uber/rides-ios-sdk/master/img/example_app.png" spec.license = { :type => "MIT", :file => "LICENSE" } spec.authors = { "Edward Jiang" => "edjiang@uber.com", "Jay Bobzin" => "jbobzin@uber.com", "Ty Smith" => "tys@uber.com" } - spec.platform = :ios, "8.0" + spec.platform = :ios, "11.0" spec.source = { :git => "https://github.com/uber/rides-ios-sdk.git", :tag => 'v' + spec.version.to_s } spec.source_files = ["source/" + module_name + "/**/*.{swift,h,m}"] spec.swift_version = '4.2'