From 85f4408cffbbcede53b4064fee1039fa382d81b7 Mon Sep 17 00:00:00 2001 From: Owain R Hunt Date: Tue, 18 Jun 2019 16:29:25 +0100 Subject: [PATCH] Update podspec Swift version to 5.0 to match project settings (#279) * Support Swift versions 4.x/5.x in PodSpec --- Auth0.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Auth0.podspec b/Auth0.podspec index 0166e52c..3ab1600a 100644 --- a/Auth0.podspec +++ b/Auth0.podspec @@ -72,5 +72,5 @@ Pod::Spec.new do |s| s.tvos.exclude_files = web_auth_files s.tvos.dependency 'SimpleKeychain' - s.swift_version = '4.0' + s.swift_versions = ['4.0', '4.1', '4.2', '5.0'] end