Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

Commit 2341fab

Browse files
committed
Version Bump (2.2.0)
1 parent 09ad009 commit 2341fab

File tree

3 files changed

+8
-17
lines changed

3 files changed

+8
-17
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 2.2.0
2+
3+
- Swift 5.0 support
4+
15
# 2.1.0
26

37
- Swift 4.2 support

Example/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PODS:
55
- RxRelay (5.0.0):
66
- RxSwift (~> 5)
77
- RxSwift (5.0.0)
8-
- RxWebSocket (2.1.0):
8+
- RxWebSocket (2.2.0):
99
- RxCocoa (~> 5.0)
1010
- RxSwift (~> 5.0)
1111
- Starscream (~> 3.0.6)
@@ -29,7 +29,7 @@ SPEC CHECKSUMS:
2929
RxCocoa: fcf32050ac00d801f34a7f71d5e8e7f23026dcd8
3030
RxRelay: 4f7409406a51a55cd88483f21ed898c234d60f18
3131
RxSwift: 8b0671caa829a763bbce7271095859121cbd895f
32-
RxWebSocket: 29744dd97b4feb1fe7c00c1e26d3e8d791bad3a4
32+
RxWebSocket: 2994bf85e54a6a2a7e224a28a08ea2845a931565
3333
Starscream: ef3ece99d765eeccb67de105bfa143f929026cf5
3434

3535
PODFILE CHECKSUM: 3733fdc28b1729df6cd665082d17f2f11ed36bef

RxWebSocket.podspec

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,9 @@
1-
#
2-
# Be sure to run `pod lib lint RxWebSocket.podspec' to ensure this is a
3-
# valid spec before submitting.
4-
#
5-
# Any lines starting with a # are optional, but their use is encouraged
6-
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
7-
#
8-
91
Pod::Spec.new do |s|
102
s.name = "RxWebSocket"
11-
s.version = "2.1.0"
3+
s.version = "2.2.0"
124
s.summary = "Reactive WebSockets"
135
s.swift_version = "5.0"
146

15-
# This description is used to generate tags and improve search results.
16-
# * Think: What does it do? Why did you write it? What is the focus?
17-
# * Try to keep it short, snappy and to the point.
18-
# * Write the description between the DESC delimiters below.
19-
# * Finally, don't worry about the indent, CocoaPods strips it!
207
s.description = <<-DESC
218
Reactive extensions for websockets.
229
@@ -40,7 +27,7 @@ Pod::Spec.new do |s|
4027

4128
s.source_files = 'Classes/**/*'
4229

43-
# Dependencies
30+
# Dependencies
4431

4532
s.dependency 'Starscream', '~> 3.0.6'
4633
s.dependency 'RxSwift', '~> 5.0'

0 commit comments

Comments
 (0)