Skip to content

Commit 3c507d1

Browse files
committed
Fix source files location
1 parent 86155d5 commit 3c507d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Socket.IO-Client-Swift.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ Pod::Spec.new do |s|
2323
s.pod_target_xcconfig = {
2424
'SWIFT_VERSION' => '3.1'
2525
}
26-
s.source_files = "Source/SocketIO/**/*.swift", "Source/SocketIO/*.swift"
26+
s.source_files = "Source/*.swift"
2727
s.dependency "StarscreamSocketIO", "~> 8.0.4"
2828
end

0 commit comments

Comments
 (0)