work on fixing builds

This commit is contained in:
Erik 2017-07-16 10:54:46 -04:00
parent 72cd9d663e
commit 98ac2a8035
No known key found for this signature in database
GPG Key ID: 4930B7C5FBC1A69D
2 changed files with 3 additions and 2 deletions

View File

@ -4,5 +4,6 @@ let package = Package(
name: "SocketIO", name: "SocketIO",
dependencies: [ dependencies: [
.Package(url: "https://github.com/nuclearace/Starscream", majorVersion: 8), .Package(url: "https://github.com/nuclearace/Starscream", majorVersion: 8),
] ],
exclude: ["Source/Starscream"]
) )

View File

@ -21,5 +21,5 @@ Pod::Spec.new do |s|
:submodules => true :submodules => true
} }
s.source_files = "Source/*.swift" s.source_files = "Source/*.swift"
s.dependency "StarscreamSocketIO", "~> 8.0.0" s.dependency "StarscreamSocketIO", "~> 8.0.1"
end end