Skip to content

Commit

Permalink
1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
freak4pc committed Oct 14, 2020
1 parent 7d786a3 commit 8002f79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RxCombine.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RxCombine"
s.version = "1.6.0"
s.version = "1.6.1"
s.summary = "RxSwift is a Swift implementation of Reactive Extensions"
s.description = <<-DESC
Bi-directional type conversions between RxSwift and Apple's Combine framework.
Expand All @@ -13,7 +13,7 @@ Pod::Spec.new do |s|

s.requires_arc = true

s.ios.deployment_target = '8.0'
s.ios.deployment_target = '9.0'
s.osx.deployment_target = '10.9'
s.watchos.deployment_target = '3.0'
s.tvos.deployment_target = '9.0'
Expand Down

0 comments on commit 8002f79

Please sign in to comment.