Fix source files location

This commit is contained in:
Erik Little 2017-08-22 11:15:41 -04:00
parent 86155d5714
commit 3c507d135f
No known key found for this signature in database
GPG Key ID: 4930B7C5FBC1A69D

View File

@ -23,6 +23,6 @@ Pod::Spec.new do |s|
s.pod_target_xcconfig = {
'SWIFT_VERSION' => '3.1'
}
s.source_files = "Source/SocketIO/**/*.swift", "Source/SocketIO/*.swift"
s.source_files = "Source/*.swift"
s.dependency "StarscreamSocketIO", "~> 8.0.4"
end