From 566dc9ed57aba4e88167e1996b2b7f58ac56cc44 Mon Sep 17 00:00:00 2001 From: Owain R Hunt Date: Fri, 24 May 2019 13:42:07 +0100 Subject: [PATCH 1/2] Update podspec Swift version to 5.0 to match project settings --- Auth0.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Auth0.podspec b/Auth0.podspec index 0166e52c..7b2e6131 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_version = '5.0' end From 7aa130194498258be3a352b0b5c475a40508fa81 Mon Sep 17 00:00:00 2001 From: Owain R Hunt Date: Mon, 17 Jun 2019 11:55:25 +0100 Subject: [PATCH 2/2] Support Swift versions 4 and 5 in podspec --- Auth0.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Auth0.podspec b/Auth0.podspec index 7b2e6131..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 = '5.0' + s.swift_versions = ['4.0', '4.1', '4.2', '5.0'] end