Skip to content

Commit

Permalink
Update podspec Swift version to 5.0 to match project settings (#279)
Browse files Browse the repository at this point in the history
* Support Swift versions 4.x/5.x in PodSpec
  • Loading branch information
owainhunt authored and cocojoe committed Jun 18, 2019
1 parent b505eed commit 85f4408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Auth0.podspec
Expand Up @@ -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

0 comments on commit 85f4408

Please sign in to comment.