Skip to content

Commit

Permalink
fix podspec to use at least RxSwift 6.1 (#28)
Browse files Browse the repository at this point in the history
set version to 0.0.2
  • Loading branch information
flowsprenger authored Apr 26, 2021
1 parent 1fa414c commit a7f2373
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions RxLifx.podspec
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
4 changes: 2 additions & 2 deletions RxLifxApi.podspec
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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'

Expand Down

0 comments on commit a7f2373

Please sign in to comment.