update starscream
This commit is contained in:
parent
752407fb67
commit
6eafce0082
@ -8,7 +8,7 @@ let package = Package(
|
||||
.library(name: "SocketIO", targets: ["SocketIO"])
|
||||
],
|
||||
dependencies: [
|
||||
.package(url: "https://github.com/nuclearace/Starscream", .upToNextMajor(from: "8.0.0")),
|
||||
.package(url: "https://github.com/nuclearace/Starscream", .upToNextMajor(from: "9.0.0")),
|
||||
],
|
||||
targets: [
|
||||
.target(name: "SocketIO", dependencies: ["StarscreamSocketIO"], exclude: ["Sources/Starscream"])
|
||||
|
||||
@ -24,5 +24,5 @@ Pod::Spec.new do |s|
|
||||
'SWIFT_VERSION' => '4.0'
|
||||
}
|
||||
s.source_files = "Source/SocketIO/**/*.swift", "Source/SocketIO/*.swift"
|
||||
s.dependency "StarscreamSocketIO", "~> 8.0.7"
|
||||
s.dependency "StarscreamSocketIO", "~> 9.0.0"
|
||||
end
|
||||
|
||||
@ -103,7 +103,7 @@
|
||||
|
||||
- (void)testSSLSecurity {
|
||||
SSLSecurity* sec = [[SSLSecurity alloc] initWithUsePublicKeys:0];
|
||||
sec.isReady = 0;
|
||||
sec = nil;
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
@ -1 +1 @@
|
||||
Subproject commit 9ecc44c2da053b1c4ff0ac505fe1d43a793d0b45
|
||||
Subproject commit 67133384e6d6654d5abcfbb143317ec8b3275bff
|
||||
Loading…
x
Reference in New Issue
Block a user