Fix podspec versions (#747)

Co-authored-by: Robert Payne <robertjpayne@Roberts-MacBook-Pro.local>
This commit is contained in:
Robert Payne 2022-04-13 16:12:28 +12:00 committed by GitHub
parent 851bbf8dd8
commit 48b703a1a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,5 +14,5 @@ Pod::Spec.new do |s|
s.source_files = 'Sources/*.swift'
s.swift_version = '5.0'
s.swift_versions = ['5.0']
end