Skip to content

Commit

Permalink
Fix source files location
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearace committed Aug 22, 2017
1 parent 86155d5 commit 3c507d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Socket.IO-Client-Swift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3c507d1

Please sign in to comment.