From 2341fabc92e8a79a494be19bc3235987c47e945d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fl=C3=A1vio=20Caetano?= Date: Thu, 27 Jun 2019 16:23:41 -0300 Subject: [PATCH] Version Bump (2.2.0) --- CHANGELOG.md | 4 ++++ Example/Podfile.lock | 4 ++-- RxWebSocket.podspec | 17 ++--------------- 3 files changed, 8 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be4a162..8420ab3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 2.2.0 + +- Swift 5.0 support + # 2.1.0 - Swift 4.2 support diff --git a/Example/Podfile.lock b/Example/Podfile.lock index 1c33660..160658a 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -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) @@ -29,7 +29,7 @@ SPEC CHECKSUMS: RxCocoa: fcf32050ac00d801f34a7f71d5e8e7f23026dcd8 RxRelay: 4f7409406a51a55cd88483f21ed898c234d60f18 RxSwift: 8b0671caa829a763bbce7271095859121cbd895f - RxWebSocket: 29744dd97b4feb1fe7c00c1e26d3e8d791bad3a4 + RxWebSocket: 2994bf85e54a6a2a7e224a28a08ea2845a931565 Starscream: ef3ece99d765eeccb67de105bfa143f929026cf5 PODFILE CHECKSUM: 3733fdc28b1729df6cd665082d17f2f11ed36bef diff --git a/RxWebSocket.podspec b/RxWebSocket.podspec index d2af943..55445d3 100644 --- a/RxWebSocket.podspec +++ b/RxWebSocket.podspec @@ -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. @@ -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'