File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ This product uses [Semantic Versioning](https://semver.org/).
5
5
6
6
## [ Unreleased]
7
7
8
+ ## 2.1.0
9
+ * Updated Presence.Options init method to be public
10
+ * Updated URLSessionWebsocketTask init method to accept a custom configuration
11
+
8
12
## 2.0.0
9
13
* Restructured project
10
14
* Added support for URLSession's Websocket Task
Original file line number Diff line number Diff line change 8
8
9
9
Pod ::Spec . new do |s |
10
10
s . name = "SwiftPhoenixClient"
11
- s . version = "2.0 .0"
11
+ s . version = "2.1 .0"
12
12
s . summary = "Connect your Phoenix and iOS applications through WebSockets!"
13
13
s . swift_version = "5.0"
14
14
s . description = <<-EOS
@@ -22,7 +22,7 @@ Pod::Spec.new do |s|
22
22
an earlier iOS version, please see the StarscreamSwiftPhoenixClient extention.
23
23
EOS
24
24
s . homepage = "https://github.com/davidstump/SwiftPhoenixClient"
25
- s . license = { :type => "MIT" , :file => "License.md " }
25
+ s . license = { :type => "MIT" , :file => "LICENSE " }
26
26
s . author = { "David Stump" => "[email protected] " }
27
27
s . source = { :git => "https://github.com/davidstump/SwiftPhoenixClient.git" , :tag => s . version . to_s }
28
28
s . ios . deployment_target = '10.0'
You can’t perform that action at this time.
0 commit comments