Skip to content

Commit c9ff353

Browse files
committed
Release 0.7.0-rc1
1 parent 6df8042 commit c9ff353

File tree

6 files changed

+9
-10
lines changed

6 files changed

+9
-10
lines changed

Example/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PODS:
22
- Starscream (3.0.4)
3-
- SwiftPhoenixClient (0.6.0):
3+
- SwiftPhoenixClient (0.7.0-rc1):
44
- Starscream (~> 3.0.4)
55

66
DEPENDENCIES:
@@ -12,7 +12,7 @@ EXTERNAL SOURCES:
1212

1313
SPEC CHECKSUMS:
1414
Starscream: f5da93fe6984c77b694366bf7299b7dc63a76f26
15-
SwiftPhoenixClient: 2fed070d42476720423e6eb93a8c93ad8e701e71
15+
SwiftPhoenixClient: 3ae5889fb8f75a907de39e008f9becfb139c79fe
1616

1717
PODFILE CHECKSUM: 89199469d6bb693e4326959922e50c8262803bd1
1818

Example/Pods/Local Podspecs/SwiftPhoenixClient.podspec.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/SwiftPhoenixClient/Info.plist

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Sources/Socket.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ public class Socket {
2828
public var endpoint: URL { get { return _endpoint } }
2929
private let _endpoint: URL
3030

31-
private var awaitingResponse: [String: Outbound] = [:]
32-
31+
fileprivate var awaitingResponse: [String: Outbound] = [:]
3332
var channels: [Channel] = []
3433

3534
var sendBuffer: [Void] = []

SwiftPhoenixClient.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = "SwiftPhoenixClient"
11-
s.version = "0.6.0"
11+
s.version = "0.7.0-rc1"
1212
s.summary = "Connect your Phoenix and iOS applications through WebSockets!"
1313

1414
# This description is used to generate tags and improve search results.

0 commit comments

Comments
 (0)