From a7f2373e89fdb86452e0ffdb5adda4d40c807dc2 Mon Sep 17 00:00:00 2001 From: Florian Sprenger Date: Mon, 26 Apr 2021 22:33:00 +1000 Subject: [PATCH] fix podspec to use at least RxSwift 6.1 (#28) set version to 0.0.2 --- RxLifx.podspec | 4 ++-- RxLifxApi.podspec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/RxLifx.podspec b/RxLifx.podspec index af9fee8..fab4a8c 100644 --- a/RxLifx.podspec +++ b/RxLifx.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RxLifx" - s.version = "0.0.1" + s.version = "0.0.2" s.summary = "Networking code to communicate with LIFX lights on the local LAN using UDP packets." s.description = <<-DESC @@ -18,7 +18,7 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/flowsprenger/RxLifx-Swift.git" } - s.dependency 'RxSwift', '~> 4.2' + s.dependency 'RxSwift', '~> 6.1' s.source_files = 'RxLifx/RxLifx/*.{h,swift}' end diff --git a/RxLifxApi.podspec b/RxLifxApi.podspec index 60a1106..65ef23a 100644 --- a/RxLifxApi.podspec +++ b/RxLifxApi.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RxLifxApi" - s.version = "0.0.1" + s.version = "0.0.2" s.summary = "Simple Api demonstrating usage RxLifx and LifxDomain" s.description = <<-DESC @@ -18,7 +18,7 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/flowsprenger/RxLifx-Swift.git" } - s.dependency 'RxSwift', '~> 4.2' + s.dependency 'RxSwift', '~> 6.1' s.dependency 'RxLifx' s.dependency 'LifxDomain'