update starscream

This commit is contained in:
Erik Little 2017-09-29 22:45:55 -04:00
parent 752407fb67
commit 6eafce0082
No known key found for this signature in database
GPG Key ID: 4930B7C5FBC1A69D
4 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ let package = Package(
.library(name: "SocketIO", targets: ["SocketIO"]) .library(name: "SocketIO", targets: ["SocketIO"])
], ],
dependencies: [ 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: [ targets: [
.target(name: "SocketIO", dependencies: ["StarscreamSocketIO"], exclude: ["Sources/Starscream"]) .target(name: "SocketIO", dependencies: ["StarscreamSocketIO"], exclude: ["Sources/Starscream"])

View File

@ -24,5 +24,5 @@ Pod::Spec.new do |s|
'SWIFT_VERSION' => '4.0' 'SWIFT_VERSION' => '4.0'
} }
s.source_files = "Source/SocketIO/**/*.swift", "Source/SocketIO/*.swift" s.source_files = "Source/SocketIO/**/*.swift", "Source/SocketIO/*.swift"
s.dependency "StarscreamSocketIO", "~> 8.0.7" s.dependency "StarscreamSocketIO", "~> 9.0.0"
end end

View File

@ -103,7 +103,7 @@
- (void)testSSLSecurity { - (void)testSSLSecurity {
SSLSecurity* sec = [[SSLSecurity alloc] initWithUsePublicKeys:0]; SSLSecurity* sec = [[SSLSecurity alloc] initWithUsePublicKeys:0];
sec.isReady = 0; sec = nil;
} }
@end @end

@ -1 +1 @@
Subproject commit 9ecc44c2da053b1c4ff0ac505fe1d43a793d0b45 Subproject commit 67133384e6d6654d5abcfbb143317ec8b3275bff