Typo source directory in Podspec (#738)

Source directory has been renamed in 18608ead65
This commit is contained in:
Damien Debin 2022-04-01 11:39:38 +02:00 committed by GitHub
parent 466db39ee4
commit eb07a3adf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.osx.deployment_target = '10.11'
s.tvos.deployment_target = '10.0'
s.source_files = 'Source/*.swift'
s.source_files = 'Sources/*.swift'
s.swift_version = '5.0'
end