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

Commit

Permalink
Version Bump (2.2.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
fjcaetano committed Jun 27, 2019
1 parent 09ad009 commit 2341fab
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 17 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.2.0

- Swift 5.0 support

# 2.1.0

- Swift 4.2 support
Expand Down
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PODS:
- RxRelay (5.0.0):
- RxSwift (~> 5)
- RxSwift (5.0.0)
- RxWebSocket (2.1.0):
- RxWebSocket (2.2.0):
- RxCocoa (~> 5.0)
- RxSwift (~> 5.0)
- Starscream (~> 3.0.6)
Expand All @@ -29,7 +29,7 @@ SPEC CHECKSUMS:
RxCocoa: fcf32050ac00d801f34a7f71d5e8e7f23026dcd8
RxRelay: 4f7409406a51a55cd88483f21ed898c234d60f18
RxSwift: 8b0671caa829a763bbce7271095859121cbd895f
RxWebSocket: 29744dd97b4feb1fe7c00c1e26d3e8d791bad3a4
RxWebSocket: 2994bf85e54a6a2a7e224a28a08ea2845a931565
Starscream: ef3ece99d765eeccb67de105bfa143f929026cf5

PODFILE CHECKSUM: 3733fdc28b1729df6cd665082d17f2f11ed36bef
Expand Down
17 changes: 2 additions & 15 deletions RxWebSocket.podspec
Original file line number Diff line number Diff line change
@@ -1,22 +1,9 @@
#
# Be sure to run `pod lib lint RxWebSocket.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#

Pod::Spec.new do |s|
s.name = "RxWebSocket"
s.version = "2.1.0"
s.version = "2.2.0"
s.summary = "Reactive WebSockets"
s.swift_version = "5.0"

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

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

# Dependencies
# Dependencies

s.dependency 'Starscream', '~> 3.0.6'
s.dependency 'RxSwift', '~> 5.0'
Expand Down

0 comments on commit 2341fab

Please sign in to comment.