mirror of https://github.com/SnapKit/SnapKit
Typo source directory in Podspec (#738)
Source directory has been renamed in 18608ead65
This commit is contained in:
parent
466db39ee4
commit
eb07a3adf5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue